Shades of Neon Blue #5966F7
Tints of Neon Blue #5966F7
RGB
CMYK
RGB Variations
Color information
#5966F7 (or 0x5966F7) is known color: Neon Blue. HEX triplet: 59, 66 and F7. RGB value is (89,102,247). Sum of RGB (Red+Green+Blue) = 89+102+247=438 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.32% from 438); Green value is 102 (40.23% from 255 or 23.29% from 438); Blue value is 247 (96.88% from 255 or 56.39% from 438); Max value from RGB is 247 - color contains mainly: blue. Hex color #5966F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5966F7 is #A69908. Grayscale: #727272. Windows color (decimal): -10918153 or 16213593. OLE color: 16213593.
HSL color Cylindrical-coordinate representation of color #5966F7: hue angle of 235.06º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5966F7 is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 89 | 102 | 247 | - |
| CMYK | 0.64 | 0.59 | 0 | 0.03 |
| HSL | 235.06º | 0.91% | 0.66% | - |
| HSV(B) | 235.06º | 0.64% | 0.97% | - |
| XYZ | 25.66 | 18.34 | 90.18 | - |
| YUV | 114.64 | 202.69 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 102 | 247 | 0.64 | 0.59 | 0 | 0.03 | 235.06 | 0.91 | 0.66 |
| Hex | 59 | 66 | F7 | 40 | 3B | 0 | 3 | EB | 5B | 42 |
| Octal | 131 | 146 | 367 | 100 | 73 | 0 | 3 | 353 | 133 | 102 |
| Binary | 1011001 | 1100110 | 11110111 | 1000000 | 111011 | 0 | 11 | 11101011 | 1011011 | 1000010 |
Color Harmonies of #5966F7
Complementary color
Monochromatic Colors of #5966F7
Black with #5966F7
Text Example
Text Example
White with #5966F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5966F7; }
p { color: rgb(89,102,247); }
H1.HeaderClassName
{
color: #5966F7;
}
.AnyTagClassName
{
color: #5966F7;
}
</style>
background-color css
<style>
a { background-color: #5966F7; }
a { background-color: rgb(89,102,247); }
div.DivClassName
{
background-color: #5966F7;
}
.BgClassName
{
background-color: #5966F7;
}
</style>
border-color css
<style>
span { border-color: #5966F7; }
span { border-color: rgb(89,102,247); }
td.TdClassName
{
border-color: #5966F7;
}
.TagClassName
{
border-color: #5966F7;
}
</style>