Shades of Neon Blue #5846EA
Tints of Neon Blue #5846EA
RGB
CMYK
RGB Variations
Color information
#5846EA (or 0x5846EA) is known color: Neon Blue. HEX triplet: 58, 46 and EA. RGB value is (88,70,234). Sum of RGB (Red+Green+Blue) = 88+70+234=392 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.45% from 392); Green value is 70 (27.73% from 255 or 17.86% from 392); Blue value is 234 (91.80% from 255 or 59.69% from 392); Max value from RGB is 234 - color contains mainly: blue. Hex color #5846EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5846EA is #A7B915. Grayscale: #5D5D5D. Windows color (decimal): -10991894 or 15353432. OLE color: 15353432.
HSL color Cylindrical-coordinate representation of color #5846EA: hue angle of 246.59º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5846EA is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 88 | 70 | 234 | - |
| CMYK | 0.62 | 0.70 | 0 | 0.08 |
| HSL | 246.59º | 0.8% | 0.6% | - |
| HSV(B) | 246.59º | 0.7% | 0.92% | - |
| XYZ | 21.07 | 12.4 | 79.12 | - |
| YUV | 94.08 | 206.96 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 70 | 234 | 0.62 | 0.70 | 0 | 0.08 | 246.59 | 0.8 | 0.6 |
| Hex | 58 | 46 | EA | 3E | 46 | 0 | 8 | F7 | 50 | 3C |
| Octal | 130 | 106 | 352 | 76 | 106 | 0 | 10 | 367 | 120 | 74 |
| Binary | 1011000 | 1000110 | 11101010 | 111110 | 1000110 | 0 | 1000 | 11110111 | 1010000 | 111100 |
Color Harmonies of #5846EA
Complementary color
Monochromatic Colors of #5846EA
Black with #5846EA
Text Example
Text Example
White with #5846EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5846EA; }
p { color: rgb(88,70,234); }
H1.HeaderClassName
{
color: #5846EA;
}
.AnyTagClassName
{
color: #5846EA;
}
</style>
background-color css
<style>
a { background-color: #5846EA; }
a { background-color: rgb(88,70,234); }
div.DivClassName
{
background-color: #5846EA;
}
.BgClassName
{
background-color: #5846EA;
}
</style>
border-color css
<style>
span { border-color: #5846EA; }
span { border-color: rgb(88,70,234); }
td.TdClassName
{
border-color: #5846EA;
}
.TagClassName
{
border-color: #5846EA;
}
</style>