Shades of Neon Blue #5E42EE
Tints of Neon Blue #5E42EE
RGB
CMYK
RGB Variations
Color information
#5E42EE (or 0x5E42EE) is known color: Neon Blue. HEX triplet: 5E, 42 and EE. RGB value is (94,66,238). Sum of RGB (Red+Green+Blue) = 94+66+238=398 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.62% from 398); Green value is 66 (26.17% from 255 or 16.58% from 398); Blue value is 238 (93.36% from 255 or 59.80% from 398); Max value from RGB is 238 - color contains mainly: blue. Hex color #5E42EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E42EE is #A1BD11. Grayscale: #5D5D5D. Windows color (decimal): -10599698 or 15614558. OLE color: 15614558.
HSL color Cylindrical-coordinate representation of color #5E42EE: hue angle of 249.77º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5E42EE is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 66 | 238 | - |
| CMYK | 0.61 | 0.72 | 0 | 0.07 |
| HSL | 249.77º | 0.83% | 0.6% | - |
| HSV(B) | 249.77º | 0.72% | 0.93% | - |
| XYZ | 22 | 12.45 | 82.13 | - |
| YUV | 93.98 | 209.28 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 66 | 238 | 0.61 | 0.72 | 0 | 0.07 | 249.77 | 0.83 | 0.6 |
| Hex | 5E | 42 | EE | 3D | 48 | 0 | 7 | FA | 53 | 3C |
| Octal | 136 | 102 | 356 | 75 | 110 | 0 | 7 | 372 | 123 | 74 |
| Binary | 1011110 | 1000010 | 11101110 | 111101 | 1001000 | 0 | 111 | 11111010 | 1010011 | 111100 |
Color Harmonies of #5E42EE
Complementary color
Monochromatic Colors of #5E42EE
Black with #5E42EE
Text Example
Text Example
White with #5E42EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E42EE; }
p { color: rgb(94,66,238); }
H1.HeaderClassName
{
color: #5E42EE;
}
.AnyTagClassName
{
color: #5E42EE;
}
</style>
background-color css
<style>
a { background-color: #5E42EE; }
a { background-color: rgb(94,66,238); }
div.DivClassName
{
background-color: #5E42EE;
}
.BgClassName
{
background-color: #5E42EE;
}
</style>
border-color css
<style>
span { border-color: #5E42EE; }
span { border-color: rgb(94,66,238); }
td.TdClassName
{
border-color: #5E42EE;
}
.TagClassName
{
border-color: #5E42EE;
}
</style>