Shades of Neon Blue #5940FF
Tints of Neon Blue #5940FF
RGB
CMYK
RGB Variations
Color information
#5940FF (or 0x5940FF) is known color: Neon Blue. HEX triplet: 59, 40 and FF. RGB value is (89,64,255). Sum of RGB (Red+Green+Blue) = 89+64+255=408 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.81% from 408); Green value is 64 (25.39% from 255 or 15.69% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #5940FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5940FF is #A6BF00. Grayscale: #5C5C5C. Windows color (decimal): -10927873 or 16728153. OLE color: 16728153.
HSL color Cylindrical-coordinate representation of color #5940FF: hue angle of 247.85º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5940FF is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 64 | 255 | - |
| CMYK | 0.65 | 0.75 | 0 | 0 |
| HSL | 247.85º | 1% | 0.63% | - |
| HSV(B) | 247.85º | 0.75% | 1% | - |
| XYZ | 24 | 13.01 | 95.85 | - |
| YUV | 93.25 | 219.28 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 64 | 255 | 0.65 | 0.75 | 0 | 0 | 247.85 | 1 | 0.63 |
| Hex | 59 | 40 | FF | 41 | 4B | 0 | 0 | F8 | 64 | 3F |
| Octal | 131 | 100 | 377 | 101 | 113 | 0 | 0 | 370 | 144 | 77 |
| Binary | 1011001 | 1000000 | 11111111 | 1000001 | 1001011 | 0 | 0 | 11111000 | 1100100 | 111111 |
Color Harmonies of #5940FF
Complementary color
Monochromatic Colors of #5940FF
Black with #5940FF
Text Example
Text Example
White with #5940FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5940FF; }
p { color: rgb(89,64,255); }
H1.HeaderClassName
{
color: #5940FF;
}
.AnyTagClassName
{
color: #5940FF;
}
</style>
background-color css
<style>
a { background-color: #5940FF; }
a { background-color: rgb(89,64,255); }
div.DivClassName
{
background-color: #5940FF;
}
.BgClassName
{
background-color: #5940FF;
}
</style>
border-color css
<style>
span { border-color: #5940FF; }
span { border-color: rgb(89,64,255); }
td.TdClassName
{
border-color: #5940FF;
}
.TagClassName
{
border-color: #5940FF;
}
</style>