Shades of Neon Blue #5844E6
Tints of Neon Blue #5844E6
RGB
CMYK
RGB Variations
Color information
#5844E6 (or 0x5844E6) is known color: Neon Blue. HEX triplet: 58, 44 and E6. RGB value is (88,68,230). Sum of RGB (Red+Green+Blue) = 88+68+230=386 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.80% from 386); Green value is 68 (26.95% from 255 or 17.62% from 386); Blue value is 230 (90.23% from 255 or 59.59% from 386); Max value from RGB is 230 - color contains mainly: blue. Hex color #5844E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5844E6 is #A7BB19. Grayscale: #5B5B5B. Windows color (decimal): -10992410 or 15090776. OLE color: 15090776.
HSL color Cylindrical-coordinate representation of color #5844E6: hue angle of 247.41º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5844E6 is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 88 | 68 | 230 | - |
| CMYK | 0.62 | 0.70 | 0 | 0.10 |
| HSL | 247.41º | 0.76% | 0.58% | - |
| HSV(B) | 247.41º | 0.7% | 0.9% | - |
| XYZ | 20.37 | 11.92 | 76.09 | - |
| YUV | 92.45 | 205.63 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 68 | 230 | 0.62 | 0.70 | 0 | 0.10 | 247.41 | 0.76 | 0.58 |
| Hex | 58 | 44 | E6 | 3E | 46 | 0 | A | F7 | 4C | 3A |
| Octal | 130 | 104 | 346 | 76 | 106 | 0 | 12 | 367 | 114 | 72 |
| Binary | 1011000 | 1000100 | 11100110 | 111110 | 1000110 | 0 | 1010 | 11110111 | 1001100 | 111010 |
Color Harmonies of #5844E6
Complementary color
Monochromatic Colors of #5844E6
Black with #5844E6
Text Example
Text Example
White with #5844E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5844E6; }
p { color: rgb(88,68,230); }
H1.HeaderClassName
{
color: #5844E6;
}
.AnyTagClassName
{
color: #5844E6;
}
</style>
background-color css
<style>
a { background-color: #5844E6; }
a { background-color: rgb(88,68,230); }
div.DivClassName
{
background-color: #5844E6;
}
.BgClassName
{
background-color: #5844E6;
}
</style>
border-color css
<style>
span { border-color: #5844E6; }
span { border-color: rgb(88,68,230); }
td.TdClassName
{
border-color: #5844E6;
}
.TagClassName
{
border-color: #5844E6;
}
</style>