Shades of Neon Blue #5E54EF
Tints of Neon Blue #5E54EF
RGB
CMYK
RGB Variations
Color information
#5E54EF (or 0x5E54EF) is known color: Neon Blue. HEX triplet: 5E, 54 and EF. RGB value is (94,84,239). Sum of RGB (Red+Green+Blue) = 94+84+239=417 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.54% from 417); Green value is 84 (33.20% from 255 or 20.14% from 417); Blue value is 239 (93.75% from 255 or 57.31% from 417); Max value from RGB is 239 - color contains mainly: blue. Hex color #5E54EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E54EF is #A1AB10. Grayscale: #686868. Windows color (decimal): -10595089 or 15684702. OLE color: 15684702.
HSL color Cylindrical-coordinate representation of color #5E54EF: hue angle of 243.87º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5E54EF is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 94 | 84 | 239 | - |
| CMYK | 0.61 | 0.65 | 0 | 0.06 |
| HSL | 243.87º | 0.83% | 0.63% | - |
| HSV(B) | 243.87º | 0.65% | 0.94% | - |
| XYZ | 23.37 | 14.95 | 83.32 | - |
| YUV | 104.66 | 203.81 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 84 | 239 | 0.61 | 0.65 | 0 | 0.06 | 243.87 | 0.83 | 0.63 |
| Hex | 5E | 54 | EF | 3D | 41 | 0 | 6 | F4 | 53 | 3F |
| Octal | 136 | 124 | 357 | 75 | 101 | 0 | 6 | 364 | 123 | 77 |
| Binary | 1011110 | 1010100 | 11101111 | 111101 | 1000001 | 0 | 110 | 11110100 | 1010011 | 111111 |
Color Harmonies of #5E54EF
Complementary color
Monochromatic Colors of #5E54EF
Black with #5E54EF
Text Example
Text Example
White with #5E54EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E54EF; }
p { color: rgb(94,84,239); }
H1.HeaderClassName
{
color: #5E54EF;
}
.AnyTagClassName
{
color: #5E54EF;
}
</style>
background-color css
<style>
a { background-color: #5E54EF; }
a { background-color: rgb(94,84,239); }
div.DivClassName
{
background-color: #5E54EF;
}
.BgClassName
{
background-color: #5E54EF;
}
</style>
border-color css
<style>
span { border-color: #5E54EF; }
span { border-color: rgb(94,84,239); }
td.TdClassName
{
border-color: #5E54EF;
}
.TagClassName
{
border-color: #5E54EF;
}
</style>