Shades of Neon Blue #5845E9
Tints of Neon Blue #5845E9
RGB
CMYK
RGB Variations
Color information
#5845E9 (or 0x5845E9) is known color: Neon Blue. HEX triplet: 58, 45 and E9. RGB value is (88,69,233). Sum of RGB (Red+Green+Blue) = 88+69+233=390 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.56% from 390); Green value is 69 (27.34% from 255 or 17.69% from 390); Blue value is 233 (91.41% from 255 or 59.74% from 390); Max value from RGB is 233 - color contains mainly: blue. Hex color #5845E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5845E9 is #A7BA16. Grayscale: #5C5C5C. Windows color (decimal): -10992151 or 15287640. OLE color: 15287640.
HSL color Cylindrical-coordinate representation of color #5845E9: hue angle of 246.95º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5845E9 is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 88 | 69 | 233 | - |
| CMYK | 0.62 | 0.70 | 0 | 0.09 |
| HSL | 246.95º | 0.79% | 0.59% | - |
| HSV(B) | 246.95º | 0.7% | 0.91% | - |
| XYZ | 20.86 | 12.21 | 78.35 | - |
| YUV | 93.38 | 206.79 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 69 | 233 | 0.62 | 0.70 | 0 | 0.09 | 246.95 | 0.79 | 0.59 |
| Hex | 58 | 45 | E9 | 3E | 46 | 0 | 9 | F7 | 4F | 3B |
| Octal | 130 | 105 | 351 | 76 | 106 | 0 | 11 | 367 | 117 | 73 |
| Binary | 1011000 | 1000101 | 11101001 | 111110 | 1000110 | 0 | 1001 | 11110111 | 1001111 | 111011 |
Color Harmonies of #5845E9
Complementary color
Monochromatic Colors of #5845E9
Black with #5845E9
Text Example
Text Example
White with #5845E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5845E9; }
p { color: rgb(88,69,233); }
H1.HeaderClassName
{
color: #5845E9;
}
.AnyTagClassName
{
color: #5845E9;
}
</style>
background-color css
<style>
a { background-color: #5845E9; }
a { background-color: rgb(88,69,233); }
div.DivClassName
{
background-color: #5845E9;
}
.BgClassName
{
background-color: #5845E9;
}
</style>
border-color css
<style>
span { border-color: #5845E9; }
span { border-color: rgb(88,69,233); }
td.TdClassName
{
border-color: #5845E9;
}
.TagClassName
{
border-color: #5845E9;
}
</style>