Shades of Neon Blue #5842EE
Tints of Neon Blue #5842EE
RGB
CMYK
RGB Variations
Color information
#5842EE (or 0x5842EE) is known color: Neon Blue. HEX triplet: 58, 42 and EE. RGB value is (88,66,238). Sum of RGB (Red+Green+Blue) = 88+66+238=392 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.45% from 392); Green value is 66 (26.17% from 255 or 16.84% from 392); Blue value is 238 (93.36% from 255 or 60.71% from 392); Max value from RGB is 238 - color contains mainly: blue. Hex color #5842EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5842EE is #A7BD11. Grayscale: #5B5B5B. Windows color (decimal): -10992914 or 15614552. OLE color: 15614552.
HSL color Cylindrical-coordinate representation of color #5842EE: hue angle of 247.67º 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 #5842EE is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 66 | 238 | - |
| CMYK | 0.63 | 0.72 | 0 | 0.07 |
| HSL | 247.67º | 0.83% | 0.6% | - |
| HSV(B) | 247.67º | 0.72% | 0.93% | - |
| XYZ | 21.41 | 12.14 | 82.1 | - |
| YUV | 92.19 | 210.29 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 66 | 238 | 0.63 | 0.72 | 0 | 0.07 | 247.67 | 0.83 | 0.6 |
| Hex | 58 | 42 | EE | 3F | 48 | 0 | 7 | F8 | 53 | 3C |
| Octal | 130 | 102 | 356 | 77 | 110 | 0 | 7 | 370 | 123 | 74 |
| Binary | 1011000 | 1000010 | 11101110 | 111111 | 1001000 | 0 | 111 | 11111000 | 1010011 | 111100 |
Color Harmonies of #5842EE
Complementary color
Monochromatic Colors of #5842EE
Black with #5842EE
Text Example
Text Example
White with #5842EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5842EE; }
p { color: rgb(88,66,238); }
H1.HeaderClassName
{
color: #5842EE;
}
.AnyTagClassName
{
color: #5842EE;
}
</style>
background-color css
<style>
a { background-color: #5842EE; }
a { background-color: rgb(88,66,238); }
div.DivClassName
{
background-color: #5842EE;
}
.BgClassName
{
background-color: #5842EE;
}
</style>
border-color css
<style>
span { border-color: #5842EE; }
span { border-color: rgb(88,66,238); }
td.TdClassName
{
border-color: #5842EE;
}
.TagClassName
{
border-color: #5842EE;
}
</style>