There are plenty of algorithms and tools out there that can take in an image and determine what the most dominant colors are (see here). However, is there a way to determine what colors stand out the most (not necessarily the most dominant/used colors in an image)? For example, if you had a white page with a line of blue, then the blue would stand out the most. Or if there was an image with a lot of pastel colors but then a couple of squares of neon colors, then probably the neon colors would stand out the most.
As a potential alternative to a more algorithmic approach, I ran a survey that asks people to select the colors from an image that stand out the most. Unfortunately, the results were inconsistent and I'll probably re-run a similar test, but I'd still be open to hearing any ideas about deep learning architectures that could be done here. I'm a bit stumped here though, because I can't quite figure out what sort of architecture could be useful here.
Any ideas on the matter would be appreciated. Thanks!