Shades of Neon Blue #5839EC
Tints of Neon Blue #5839EC
RGB
CMYK
RGB Variations
Color information
#5839EC (or 0x5839EC) is known color: Neon Blue. HEX triplet: 58, 39 and EC. RGB value is (88,57,236). Sum of RGB (Red+Green+Blue) = 88+57+236=381 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.10% from 381); Green value is 57 (22.66% from 255 or 14.96% from 381); Blue value is 236 (92.58% from 255 or 61.94% from 381); Max value from RGB is 236 - color contains mainly: blue. Hex color #5839EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5839EC is #A7C613. Grayscale: #555555. Windows color (decimal): -10995220 or 15481176. OLE color: 15481176.
HSL color Cylindrical-coordinate representation of color #5839EC: hue angle of 250.39º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5839EC is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 57 | 236 | - |
| CMYK | 0.63 | 0.76 | 0 | 0.07 |
| HSL | 250.39º | 0.82% | 0.57% | - |
| HSV(B) | 250.39º | 0.76% | 0.93% | - |
| XYZ | 20.63 | 11.06 | 80.4 | - |
| YUV | 86.68 | 212.27 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 57 | 236 | 0.63 | 0.76 | 0 | 0.07 | 250.39 | 0.82 | 0.57 |
| Hex | 58 | 39 | EC | 3F | 4C | 0 | 7 | FA | 52 | 39 |
| Octal | 130 | 71 | 354 | 77 | 114 | 0 | 7 | 372 | 122 | 71 |
| Binary | 1011000 | 111001 | 11101100 | 111111 | 1001100 | 0 | 111 | 11111010 | 1010010 | 111001 |
Color Harmonies of #5839EC
Complementary color
Monochromatic Colors of #5839EC
Black with #5839EC
Text Example
Text Example
White with #5839EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5839EC; }
p { color: rgb(88,57,236); }
H1.HeaderClassName
{
color: #5839EC;
}
.AnyTagClassName
{
color: #5839EC;
}
</style>
background-color css
<style>
a { background-color: #5839EC; }
a { background-color: rgb(88,57,236); }
div.DivClassName
{
background-color: #5839EC;
}
.BgClassName
{
background-color: #5839EC;
}
</style>
border-color css
<style>
span { border-color: #5839EC; }
span { border-color: rgb(88,57,236); }
td.TdClassName
{
border-color: #5839EC;
}
.TagClassName
{
border-color: #5839EC;
}
</style>