Standby LED
#ff0066 · one of 31,915 named colors
Standby LED is a medium, vivid red with the hex code #ff0066. In RGB it is 255 red, 0 green and 102 blue, and black text is most readable on top of it.
Codes
HEX
#ff0066HEX8
#ff0066ffRGB
rgb(255, 0, 102)RGBA
rgba(255, 0, 102, 1)RGB %
rgb(100%, 0%, 40%)HSL
hsl(336, 100%, 50%)HSLA
hsla(336, 100%, 50%, 1)Variables
Sass
$standby-led: #ff0066;Less
@standby-led: #ff0066;CSS
--standby-led: #ff0066;