Shades of Neon Blue #5940EE
Tints of Neon Blue #5940EE
RGB
CMYK
RGB Variations
Color information
#5940EE (or 0x5940EE) is known color: Neon Blue. HEX triplet: 59, 40 and EE. RGB value is (89,64,238). Sum of RGB (Red+Green+Blue) = 89+64+238=391 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.76% from 391); Green value is 64 (25.39% from 255 or 16.37% from 391); Blue value is 238 (93.36% from 255 or 60.87% from 391); Max value from RGB is 238 - color contains mainly: blue. Hex color #5940EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5940EE is #A6BF11. Grayscale: #5A5A5A. Windows color (decimal): -10927890 or 15614041. OLE color: 15614041.
HSL color Cylindrical-coordinate representation of color #5940EE: hue angle of 248.62º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5940EE is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 64 | 238 | - |
| CMYK | 0.63 | 0.73 | 0 | 0.07 |
| HSL | 248.62º | 0.84% | 0.59% | - |
| HSV(B) | 248.62º | 0.73% | 0.93% | - |
| XYZ | 21.39 | 11.96 | 82.07 | - |
| YUV | 91.31 | 210.78 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 64 | 238 | 0.63 | 0.73 | 0 | 0.07 | 248.62 | 0.84 | 0.59 |
| Hex | 59 | 40 | EE | 3F | 49 | 0 | 7 | F9 | 54 | 3B |
| Octal | 131 | 100 | 356 | 77 | 111 | 0 | 7 | 371 | 124 | 73 |
| Binary | 1011001 | 1000000 | 11101110 | 111111 | 1001001 | 0 | 111 | 11111001 | 1010100 | 111011 |
Color Harmonies of #5940EE
Complementary color
Monochromatic Colors of #5940EE
Black with #5940EE
Text Example
Text Example
White with #5940EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5940EE; }
p { color: rgb(89,64,238); }
H1.HeaderClassName
{
color: #5940EE;
}
.AnyTagClassName
{
color: #5940EE;
}
</style>
background-color css
<style>
a { background-color: #5940EE; }
a { background-color: rgb(89,64,238); }
div.DivClassName
{
background-color: #5940EE;
}
.BgClassName
{
background-color: #5940EE;
}
</style>
border-color css
<style>
span { border-color: #5940EE; }
span { border-color: rgb(89,64,238); }
td.TdClassName
{
border-color: #5940EE;
}
.TagClassName
{
border-color: #5940EE;
}
</style>