Shades of Neon Blue #5837EF
Tints of Neon Blue #5837EF
RGB
CMYK
RGB Variations
Color information
#5837EF (or 0x5837EF) is known color: Neon Blue. HEX triplet: 58, 37 and EF. RGB value is (88,55,239). Sum of RGB (Red+Green+Blue) = 88+55+239=382 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.04% from 382); Green value is 55 (21.88% from 255 or 14.40% from 382); Blue value is 239 (93.75% from 255 or 62.57% from 382); Max value from RGB is 239 - color contains mainly: blue. Hex color #5837EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5837EF is #A7C810. Grayscale: #555555. Windows color (decimal): -10995729 or 15677272. OLE color: 15677272.
HSL color Cylindrical-coordinate representation of color #5837EF: hue angle of 250.76º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5837EF is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 88 | 55 | 239 | - |
| CMYK | 0.63 | 0.77 | 0 | 0.06 |
| HSL | 250.76º | 0.85% | 0.58% | - |
| HSV(B) | 250.76º | 0.77% | 0.94% | - |
| XYZ | 20.97 | 11.04 | 82.69 | - |
| YUV | 85.84 | 214.43 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 55 | 239 | 0.63 | 0.77 | 0 | 0.06 | 250.76 | 0.85 | 0.58 |
| Hex | 58 | 37 | EF | 3F | 4D | 0 | 6 | FB | 55 | 3A |
| Octal | 130 | 67 | 357 | 77 | 115 | 0 | 6 | 373 | 125 | 72 |
| Binary | 1011000 | 110111 | 11101111 | 111111 | 1001101 | 0 | 110 | 11111011 | 1010101 | 111010 |
Color Harmonies of #5837EF
Complementary color
Monochromatic Colors of #5837EF
Black with #5837EF
Text Example
Text Example
White with #5837EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5837EF; }
p { color: rgb(88,55,239); }
H1.HeaderClassName
{
color: #5837EF;
}
.AnyTagClassName
{
color: #5837EF;
}
</style>
background-color css
<style>
a { background-color: #5837EF; }
a { background-color: rgb(88,55,239); }
div.DivClassName
{
background-color: #5837EF;
}
.BgClassName
{
background-color: #5837EF;
}
</style>
border-color css
<style>
span { border-color: #5837EF; }
span { border-color: rgb(88,55,239); }
td.TdClassName
{
border-color: #5837EF;
}
.TagClassName
{
border-color: #5837EF;
}
</style>