Shades of Neon Blue #5940FE
Tints of Neon Blue #5940FE
RGB
CMYK
RGB Variations
Color information
#5940FE (or 0x5940FE) is known color: Neon Blue. HEX triplet: 59, 40 and FE. RGB value is (89,64,254). Sum of RGB (Red+Green+Blue) = 89+64+254=407 (53% of max value = 765). Red value is 89 (35.16% from 255 or 21.87% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 254 (99.61% from 255 or 62.41% from 407); Max value from RGB is 254 - color contains mainly: blue. Hex color #5940FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5940FE is #A6BF01. Grayscale: #5C5C5C. Windows color (decimal): -10927874 or 16662617. OLE color: 16662617.
HSL color Cylindrical-coordinate representation of color #5940FE: hue angle of 247.89º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5940FE is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 89 | 64 | 254 | - |
| CMYK | 0.65 | 0.75 | 0 | 0.00 |
| HSL | 247.89º | 0.99% | 0.62% | - |
| HSV(B) | 247.89º | 0.75% | 1% | - |
| XYZ | 23.84 | 12.95 | 95.01 | - |
| YUV | 93.14 | 218.78 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 64 | 254 | 0.65 | 0.75 | 0 | 0.00 | 247.89 | 0.99 | 0.62 |
| Hex | 59 | 40 | FE | 41 | 4B | 0 | 0 | F8 | 63 | 3E |
| Octal | 131 | 100 | 376 | 101 | 113 | 0 | 0 | 370 | 143 | 76 |
| Binary | 1011001 | 1000000 | 11111110 | 1000001 | 1001011 | 0 | 0 | 11111000 | 1100011 | 111110 |
Color Harmonies of #5940FE
Complementary color
Monochromatic Colors of #5940FE
Black with #5940FE
Text Example
Text Example
White with #5940FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5940FE; }
p { color: rgb(89,64,254); }
H1.HeaderClassName
{
color: #5940FE;
}
.AnyTagClassName
{
color: #5940FE;
}
</style>
background-color css
<style>
a { background-color: #5940FE; }
a { background-color: rgb(89,64,254); }
div.DivClassName
{
background-color: #5940FE;
}
.BgClassName
{
background-color: #5940FE;
}
</style>
border-color css
<style>
span { border-color: #5940FE; }
span { border-color: rgb(89,64,254); }
td.TdClassName
{
border-color: #5940FE;
}
.TagClassName
{
border-color: #5940FE;
}
</style>