Shades of Neon Blue #5E4EEE
Tints of Neon Blue #5E4EEE
RGB
CMYK
RGB Variations
Color information
#5E4EEE (or 0x5E4EEE) is known color: Neon Blue. HEX triplet: 5E, 4E and EE. RGB value is (94,78,238). Sum of RGB (Red+Green+Blue) = 94+78+238=410 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.93% from 410); Green value is 78 (30.86% from 255 or 19.02% from 410); Blue value is 238 (93.36% from 255 or 58.05% from 410); Max value from RGB is 238 - color contains mainly: blue. Hex color #5E4EEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E4EEE is #A1B111. Grayscale: #646464. Windows color (decimal): -10596626 or 15617630. OLE color: 15617630.
HSL color Cylindrical-coordinate representation of color #5E4EEE: hue angle of 246º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5E4EEE is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 78 | 238 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.07 |
| HSL | 246º | 0.82% | 0.62% | - |
| HSV(B) | 246º | 0.67% | 0.93% | - |
| XYZ | 22.77 | 14 | 82.39 | - |
| YUV | 101.02 | 205.3 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 78 | 238 | 0.61 | 0.67 | 0 | 0.07 | 246 | 0.82 | 0.62 |
| Hex | 5E | 4E | EE | 3D | 43 | 0 | 7 | F6 | 52 | 3E |
| Octal | 136 | 116 | 356 | 75 | 103 | 0 | 7 | 366 | 122 | 76 |
| Binary | 1011110 | 1001110 | 11101110 | 111101 | 1000011 | 0 | 111 | 11110110 | 1010010 | 111110 |
Color Harmonies of #5E4EEE
Complementary color
Monochromatic Colors of #5E4EEE
Black with #5E4EEE
Text Example
Text Example
White with #5E4EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4EEE; }
p { color: rgb(94,78,238); }
H1.HeaderClassName
{
color: #5E4EEE;
}
.AnyTagClassName
{
color: #5E4EEE;
}
</style>
background-color css
<style>
a { background-color: #5E4EEE; }
a { background-color: rgb(94,78,238); }
div.DivClassName
{
background-color: #5E4EEE;
}
.BgClassName
{
background-color: #5E4EEE;
}
</style>
border-color css
<style>
span { border-color: #5E4EEE; }
span { border-color: rgb(94,78,238); }
td.TdClassName
{
border-color: #5E4EEE;
}
.TagClassName
{
border-color: #5E4EEE;
}
</style>