Shades of Neon Blue #5837EE
Tints of Neon Blue #5837EE
RGB
CMYK
RGB Variations
Color information
#5837EE (or 0x5837EE) is known color: Neon Blue. HEX triplet: 58, 37 and EE. RGB value is (88,55,238). Sum of RGB (Red+Green+Blue) = 88+55+238=381 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.10% from 381); Green value is 55 (21.88% from 255 or 14.44% from 381); Blue value is 238 (93.36% from 255 or 62.47% from 381); Max value from RGB is 238 - color contains mainly: blue. Hex color #5837EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5837EE is #A7C811. Grayscale: #555555. Windows color (decimal): -10995730 or 15611736. OLE color: 15611736.
HSL color Cylindrical-coordinate representation of color #5837EE: hue angle of 250.82º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5837EE is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 55 | 238 | - |
| CMYK | 0.63 | 0.77 | 0 | 0.07 |
| HSL | 250.82º | 0.84% | 0.57% | - |
| HSV(B) | 250.82º | 0.77% | 0.93% | - |
| XYZ | 20.82 | 10.98 | 81.91 | - |
| YUV | 85.73 | 213.93 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 55 | 238 | 0.63 | 0.77 | 0 | 0.07 | 250.82 | 0.84 | 0.57 |
| Hex | 58 | 37 | EE | 3F | 4D | 0 | 7 | FB | 54 | 39 |
| Octal | 130 | 67 | 356 | 77 | 115 | 0 | 7 | 373 | 124 | 71 |
| Binary | 1011000 | 110111 | 11101110 | 111111 | 1001101 | 0 | 111 | 11111011 | 1010100 | 111001 |
Color Harmonies of #5837EE
Complementary color
Monochromatic Colors of #5837EE
Black with #5837EE
Text Example
Text Example
White with #5837EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5837EE; }
p { color: rgb(88,55,238); }
H1.HeaderClassName
{
color: #5837EE;
}
.AnyTagClassName
{
color: #5837EE;
}
</style>
background-color css
<style>
a { background-color: #5837EE; }
a { background-color: rgb(88,55,238); }
div.DivClassName
{
background-color: #5837EE;
}
.BgClassName
{
background-color: #5837EE;
}
</style>
border-color css
<style>
span { border-color: #5837EE; }
span { border-color: rgb(88,55,238); }
td.TdClassName
{
border-color: #5837EE;
}
.TagClassName
{
border-color: #5837EE;
}
</style>