Shades of Neon Blue #5837FA
Tints of Neon Blue #5837FA
RGB
CMYK
RGB Variations
Color information
#5837FA (or 0x5837FA) is known color: Neon Blue. HEX triplet: 58, 37 and FA. RGB value is (88,55,250). Sum of RGB (Red+Green+Blue) = 88+55+250=393 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.39% from 393); Green value is 55 (21.88% from 255 or 13.99% from 393); Blue value is 250 (98.05% from 255 or 63.61% from 393); Max value from RGB is 250 - color contains mainly: blue. Hex color #5837FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5837FA is #A7C805. Grayscale: #565656. Windows color (decimal): -10995718 or 16398168. OLE color: 16398168.
HSL color Cylindrical-coordinate representation of color #5837FA: hue angle of 250.15º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5837FA is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 88 | 55 | 250 | - |
| CMYK | 0.65 | 0.78 | 0 | 0.02 |
| HSL | 250.15º | 0.95% | 0.6% | - |
| HSV(B) | 250.15º | 0.78% | 0.98% | - |
| XYZ | 22.65 | 11.71 | 91.51 | - |
| YUV | 87.1 | 219.93 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 55 | 250 | 0.65 | 0.78 | 0 | 0.02 | 250.15 | 0.95 | 0.6 |
| Hex | 58 | 37 | FA | 41 | 4E | 0 | 2 | FA | 5F | 3C |
| Octal | 130 | 67 | 372 | 101 | 116 | 0 | 2 | 372 | 137 | 74 |
| Binary | 1011000 | 110111 | 11111010 | 1000001 | 1001110 | 0 | 10 | 11111010 | 1011111 | 111100 |
Color Harmonies of #5837FA
Complementary color
Monochromatic Colors of #5837FA
Black with #5837FA
Text Example
Text Example
White with #5837FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5837FA; }
p { color: rgb(88,55,250); }
H1.HeaderClassName
{
color: #5837FA;
}
.AnyTagClassName
{
color: #5837FA;
}
</style>
background-color css
<style>
a { background-color: #5837FA; }
a { background-color: rgb(88,55,250); }
div.DivClassName
{
background-color: #5837FA;
}
.BgClassName
{
background-color: #5837FA;
}
</style>
border-color css
<style>
span { border-color: #5837FA; }
span { border-color: rgb(88,55,250); }
td.TdClassName
{
border-color: #5837FA;
}
.TagClassName
{
border-color: #5837FA;
}
</style>