Shades of Neon Blue #5E52EE
Tints of Neon Blue #5E52EE
RGB
CMYK
RGB Variations
Color information
#5E52EE (or 0x5E52EE) is known color: Neon Blue. HEX triplet: 5E, 52 and EE. RGB value is (94,82,238). Sum of RGB (Red+Green+Blue) = 94+82+238=414 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.71% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 238 (93.36% from 255 or 57.49% from 414); Max value from RGB is 238 - color contains mainly: blue. Hex color #5E52EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E52EE is #A1AD11. Grayscale: #666666. Windows color (decimal): -10595602 or 15618654. OLE color: 15618654.
HSL color Cylindrical-coordinate representation of color #5E52EE: hue angle of 244.62º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5E52EE is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 82 | 238 | - |
| CMYK | 0.61 | 0.66 | 0 | 0.07 |
| HSL | 244.62º | 0.82% | 0.63% | - |
| HSV(B) | 244.62º | 0.66% | 0.93% | - |
| XYZ | 23.07 | 14.59 | 82.49 | - |
| YUV | 103.37 | 203.98 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 82 | 238 | 0.61 | 0.66 | 0 | 0.07 | 244.62 | 0.82 | 0.63 |
| Hex | 5E | 52 | EE | 3D | 42 | 0 | 7 | F5 | 52 | 3F |
| Octal | 136 | 122 | 356 | 75 | 102 | 0 | 7 | 365 | 122 | 77 |
| Binary | 1011110 | 1010010 | 11101110 | 111101 | 1000010 | 0 | 111 | 11110101 | 1010010 | 111111 |
Color Harmonies of #5E52EE
Complementary color
Monochromatic Colors of #5E52EE
Black with #5E52EE
Text Example
Text Example
White with #5E52EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E52EE; }
p { color: rgb(94,82,238); }
H1.HeaderClassName
{
color: #5E52EE;
}
.AnyTagClassName
{
color: #5E52EE;
}
</style>
background-color css
<style>
a { background-color: #5E52EE; }
a { background-color: rgb(94,82,238); }
div.DivClassName
{
background-color: #5E52EE;
}
.BgClassName
{
background-color: #5E52EE;
}
</style>
border-color css
<style>
span { border-color: #5E52EE; }
span { border-color: rgb(94,82,238); }
td.TdClassName
{
border-color: #5E52EE;
}
.TagClassName
{
border-color: #5E52EE;
}
</style>