Shades of Neon Blue #5E53EA
Tints of Neon Blue #5E53EA
RGB
CMYK
RGB Variations
Color information
#5E53EA (or 0x5E53EA) is known color: Neon Blue. HEX triplet: 5E, 53 and EA. RGB value is (94,83,234). Sum of RGB (Red+Green+Blue) = 94+83+234=411 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.87% from 411); Green value is 83 (32.81% from 255 or 20.19% from 411); Blue value is 234 (91.80% from 255 or 56.93% from 411); Max value from RGB is 234 - color contains mainly: blue. Hex color #5E53EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E53EA is #A1AC15. Grayscale: #666666. Windows color (decimal): -10595350 or 15356766. OLE color: 15356766.
HSL color Cylindrical-coordinate representation of color #5E53EA: hue angle of 244.37º 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 #5E53EA is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 83 | 234 | - |
| CMYK | 0.60 | 0.65 | 0 | 0.08 |
| HSL | 244.37º | 0.78% | 0.62% | - |
| HSV(B) | 244.37º | 0.65% | 0.92% | - |
| XYZ | 22.56 | 14.51 | 79.45 | - |
| YUV | 103.5 | 201.64 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 83 | 234 | 0.60 | 0.65 | 0 | 0.08 | 244.37 | 0.78 | 0.62 |
| Hex | 5E | 53 | EA | 3C | 41 | 0 | 8 | F4 | 4E | 3E |
| Octal | 136 | 123 | 352 | 74 | 101 | 0 | 10 | 364 | 116 | 76 |
| Binary | 1011110 | 1010011 | 11101010 | 111100 | 1000001 | 0 | 1000 | 11110100 | 1001110 | 111110 |
Color Harmonies of #5E53EA
Complementary color
Monochromatic Colors of #5E53EA
Black with #5E53EA
Text Example
Text Example
White with #5E53EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E53EA; }
p { color: rgb(94,83,234); }
H1.HeaderClassName
{
color: #5E53EA;
}
.AnyTagClassName
{
color: #5E53EA;
}
</style>
background-color css
<style>
a { background-color: #5E53EA; }
a { background-color: rgb(94,83,234); }
div.DivClassName
{
background-color: #5E53EA;
}
.BgClassName
{
background-color: #5E53EA;
}
</style>
border-color css
<style>
span { border-color: #5E53EA; }
span { border-color: rgb(94,83,234); }
td.TdClassName
{
border-color: #5E53EA;
}
.TagClassName
{
border-color: #5E53EA;
}
</style>