Shades of Neon Blue #5E59EE
Tints of Neon Blue #5E59EE
RGB
CMYK
RGB Variations
Color information
#5E59EE (or 0x5E59EE) is known color: Neon Blue. HEX triplet: 5E, 59 and EE. RGB value is (94,89,238). Sum of RGB (Red+Green+Blue) = 94+89+238=421 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.33% from 421); Green value is 89 (35.16% from 255 or 21.14% from 421); Blue value is 238 (93.36% from 255 or 56.53% from 421); Max value from RGB is 238 - color contains mainly: blue. Hex color #5E59EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E59EE is #A1A611. Grayscale: #6A6A6A. Windows color (decimal): -10593810 or 15620446. OLE color: 15620446.
HSL color Cylindrical-coordinate representation of color #5E59EE: hue angle of 242.01º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E59EE is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 89 | 238 | - |
| CMYK | 0.61 | 0.63 | 0 | 0.07 |
| HSL | 242.01º | 0.81% | 0.64% | - |
| HSV(B) | 242.01º | 0.63% | 0.93% | - |
| XYZ | 23.62 | 15.7 | 82.67 | - |
| YUV | 107.48 | 201.66 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 89 | 238 | 0.61 | 0.63 | 0 | 0.07 | 242.01 | 0.81 | 0.64 |
| Hex | 5E | 59 | EE | 3D | 3F | 0 | 7 | F2 | 51 | 40 |
| Octal | 136 | 131 | 356 | 75 | 77 | 0 | 7 | 362 | 121 | 100 |
| Binary | 1011110 | 1011001 | 11101110 | 111101 | 111111 | 0 | 111 | 11110010 | 1010001 | 1000000 |
Color Harmonies of #5E59EE
Complementary color
Monochromatic Colors of #5E59EE
Black with #5E59EE
Text Example
Text Example
White with #5E59EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E59EE; }
p { color: rgb(94,89,238); }
H1.HeaderClassName
{
color: #5E59EE;
}
.AnyTagClassName
{
color: #5E59EE;
}
</style>
background-color css
<style>
a { background-color: #5E59EE; }
a { background-color: rgb(94,89,238); }
div.DivClassName
{
background-color: #5E59EE;
}
.BgClassName
{
background-color: #5E59EE;
}
</style>
border-color css
<style>
span { border-color: #5E59EE; }
span { border-color: rgb(94,89,238); }
td.TdClassName
{
border-color: #5E59EE;
}
.TagClassName
{
border-color: #5E59EE;
}
</style>