Shades of Neon Blue #5E52EA
Tints of Neon Blue #5E52EA
RGB
CMYK
RGB Variations
Color information
#5E52EA (or 0x5E52EA) is known color: Neon Blue. HEX triplet: 5E, 52 and EA. RGB value is (94,82,234). Sum of RGB (Red+Green+Blue) = 94+82+234=410 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.93% from 410); Green value is 82 (32.42% from 255 or 20% from 410); Blue value is 234 (91.80% from 255 or 57.07% from 410); Max value from RGB is 234 - color contains mainly: blue. Hex color #5E52EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E52EA is #A1AD15. Grayscale: #666666. Windows color (decimal): -10595606 or 15356510. OLE color: 15356510.
HSL color Cylindrical-coordinate representation of color #5E52EA: hue angle of 244.74º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5E52EA is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 82 | 234 | - |
| CMYK | 0.60 | 0.65 | 0 | 0.08 |
| HSL | 244.74º | 0.78% | 0.62% | - |
| HSV(B) | 244.74º | 0.65% | 0.92% | - |
| XYZ | 22.48 | 14.35 | 79.43 | - |
| YUV | 102.92 | 201.98 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 82 | 234 | 0.60 | 0.65 | 0 | 0.08 | 244.74 | 0.78 | 0.62 |
| Hex | 5E | 52 | EA | 3C | 41 | 0 | 8 | F5 | 4E | 3E |
| Octal | 136 | 122 | 352 | 74 | 101 | 0 | 10 | 365 | 116 | 76 |
| Binary | 1011110 | 1010010 | 11101010 | 111100 | 1000001 | 0 | 1000 | 11110101 | 1001110 | 111110 |
Color Harmonies of #5E52EA
Complementary color
Monochromatic Colors of #5E52EA
Black with #5E52EA
Text Example
Text Example
White with #5E52EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E52EA; }
p { color: rgb(94,82,234); }
H1.HeaderClassName
{
color: #5E52EA;
}
.AnyTagClassName
{
color: #5E52EA;
}
</style>
background-color css
<style>
a { background-color: #5E52EA; }
a { background-color: rgb(94,82,234); }
div.DivClassName
{
background-color: #5E52EA;
}
.BgClassName
{
background-color: #5E52EA;
}
</style>
border-color css
<style>
span { border-color: #5E52EA; }
span { border-color: rgb(94,82,234); }
td.TdClassName
{
border-color: #5E52EA;
}
.TagClassName
{
border-color: #5E52EA;
}
</style>