Colors differ largely from any RGB color picker if led_strip_set_pixel() is fed by RGB units ranging 0-255 like found in most color pickers. Turns out that led_strip_set_pixel() is expecting percentages of each color component. That way the LED has the color one was dialing in with the color picker. However there only few color pickers that also tell percentages of the color components in addition to RGB units. This picker does exactly that: https://colors.artyclick.com/color-names-dictionary/color-names/neon-blue-color
Checklist
[ ] Component contains License
[ ] Component contains README.md
[ ] Component contains idf_component.yml file with url field defined
Colors differ largely from any RGB color picker if led_strip_set_pixel() is fed by RGB units ranging 0-255 like found in most color pickers. Turns out that led_strip_set_pixel() is expecting percentages of each color component. That way the LED has the color one was dialing in with the color picker. However there only few color pickers that also tell percentages of the color components in addition to RGB units. This picker does exactly that: https://colors.artyclick.com/color-names-dictionary/color-names/neon-blue-color
Checklist
url
field definedChange description
Please describe your change here