Shades of Neon Blue #5E45EE
Tints of Neon Blue #5E45EE
RGB
CMYK
RGB Variations
Color information
#5E45EE (or 0x5E45EE) is known color: Neon Blue. HEX triplet: 5E, 45 and EE. RGB value is (94,69,238). Sum of RGB (Red+Green+Blue) = 94+69+238=401 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.44% from 401); Green value is 69 (27.34% from 255 or 17.21% from 401); Blue value is 238 (93.36% from 255 or 59.35% from 401); Max value from RGB is 238 - color contains mainly: blue. Hex color #5E45EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E45EE is #A1BA11. Grayscale: #5F5F5F. Windows color (decimal): -10598930 or 15615326. OLE color: 15615326.
HSL color Cylindrical-coordinate representation of color #5E45EE: hue angle of 248.88º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5E45EE is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 69 | 238 | - |
| CMYK | 0.61 | 0.71 | 0 | 0.07 |
| HSL | 248.88º | 0.83% | 0.6% | - |
| HSV(B) | 248.88º | 0.71% | 0.93% | - |
| XYZ | 22.18 | 12.81 | 82.19 | - |
| YUV | 95.74 | 208.28 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 69 | 238 | 0.61 | 0.71 | 0 | 0.07 | 248.88 | 0.83 | 0.6 |
| Hex | 5E | 45 | EE | 3D | 47 | 0 | 7 | F9 | 53 | 3C |
| Octal | 136 | 105 | 356 | 75 | 107 | 0 | 7 | 371 | 123 | 74 |
| Binary | 1011110 | 1000101 | 11101110 | 111101 | 1000111 | 0 | 111 | 11111001 | 1010011 | 111100 |
Color Harmonies of #5E45EE
Complementary color
Monochromatic Colors of #5E45EE
Black with #5E45EE
Text Example
Text Example
White with #5E45EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E45EE; }
p { color: rgb(94,69,238); }
H1.HeaderClassName
{
color: #5E45EE;
}
.AnyTagClassName
{
color: #5E45EE;
}
</style>
background-color css
<style>
a { background-color: #5E45EE; }
a { background-color: rgb(94,69,238); }
div.DivClassName
{
background-color: #5E45EE;
}
.BgClassName
{
background-color: #5E45EE;
}
</style>
border-color css
<style>
span { border-color: #5E45EE; }
span { border-color: rgb(94,69,238); }
td.TdClassName
{
border-color: #5E45EE;
}
.TagClassName
{
border-color: #5E45EE;
}
</style>