Shades of Neon Blue #5E54EA
Tints of Neon Blue #5E54EA
RGB
CMYK
RGB Variations
Color information
#5E54EA (or 0x5E54EA) is known color: Neon Blue. HEX triplet: 5E, 54 and EA. RGB value is (94,84,234). Sum of RGB (Red+Green+Blue) = 94+84+234=412 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.82% from 412); Green value is 84 (33.20% from 255 or 20.39% from 412); Blue value is 234 (91.80% from 255 or 56.80% from 412); Max value from RGB is 234 - color contains mainly: blue. Hex color #5E54EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E54EA is #A1AB15. Grayscale: #676767. Windows color (decimal): -10595094 or 15357022. OLE color: 15357022.
HSL color Cylindrical-coordinate representation of color #5E54EA: hue angle of 244º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5E54EA is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 84 | 234 | - |
| CMYK | 0.60 | 0.64 | 0 | 0.08 |
| HSL | 244º | 0.78% | 0.62% | - |
| HSV(B) | 244º | 0.64% | 0.92% | - |
| XYZ | 22.64 | 14.66 | 79.48 | - |
| YUV | 104.09 | 201.31 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 84 | 234 | 0.60 | 0.64 | 0 | 0.08 | 244 | 0.78 | 0.62 |
| Hex | 5E | 54 | EA | 3C | 40 | 0 | 8 | F4 | 4E | 3E |
| Octal | 136 | 124 | 352 | 74 | 100 | 0 | 10 | 364 | 116 | 76 |
| Binary | 1011110 | 1010100 | 11101010 | 111100 | 1000000 | 0 | 1000 | 11110100 | 1001110 | 111110 |
Color Harmonies of #5E54EA
Complementary color
Monochromatic Colors of #5E54EA
Black with #5E54EA
Text Example
Text Example
White with #5E54EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E54EA; }
p { color: rgb(94,84,234); }
H1.HeaderClassName
{
color: #5E54EA;
}
.AnyTagClassName
{
color: #5E54EA;
}
</style>
background-color css
<style>
a { background-color: #5E54EA; }
a { background-color: rgb(94,84,234); }
div.DivClassName
{
background-color: #5E54EA;
}
.BgClassName
{
background-color: #5E54EA;
}
</style>
border-color css
<style>
span { border-color: #5E54EA; }
span { border-color: rgb(94,84,234); }
td.TdClassName
{
border-color: #5E54EA;
}
.TagClassName
{
border-color: #5E54EA;
}
</style>