Shades of Neon Blue #5E46EE
Tints of Neon Blue #5E46EE
RGB
CMYK
RGB Variations
Color information
#5E46EE (or 0x5E46EE) is known color: Neon Blue. HEX triplet: 5E, 46 and EE. RGB value is (94,70,238). Sum of RGB (Red+Green+Blue) = 94+70+238=402 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.38% from 402); Green value is 70 (27.73% from 255 or 17.41% from 402); Blue value is 238 (93.36% from 255 or 59.20% from 402); Max value from RGB is 238 - color contains mainly: blue. Hex color #5E46EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E46EE is #A1B911. Grayscale: #5F5F5F. Windows color (decimal): -10598674 or 15615582. OLE color: 15615582.
HSL color Cylindrical-coordinate representation of color #5E46EE: hue angle of 248.57º 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 #5E46EE is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 70 | 238 | - |
| CMYK | 0.61 | 0.71 | 0 | 0.07 |
| HSL | 248.57º | 0.83% | 0.6% | - |
| HSV(B) | 248.57º | 0.71% | 0.93% | - |
| XYZ | 22.24 | 12.93 | 82.21 | - |
| YUV | 96.33 | 207.95 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 70 | 238 | 0.61 | 0.71 | 0 | 0.07 | 248.57 | 0.83 | 0.6 |
| Hex | 5E | 46 | EE | 3D | 47 | 0 | 7 | F9 | 53 | 3C |
| Octal | 136 | 106 | 356 | 75 | 107 | 0 | 7 | 371 | 123 | 74 |
| Binary | 1011110 | 1000110 | 11101110 | 111101 | 1000111 | 0 | 111 | 11111001 | 1010011 | 111100 |
Color Harmonies of #5E46EE
Complementary color
Monochromatic Colors of #5E46EE
Black with #5E46EE
Text Example
Text Example
White with #5E46EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E46EE; }
p { color: rgb(94,70,238); }
H1.HeaderClassName
{
color: #5E46EE;
}
.AnyTagClassName
{
color: #5E46EE;
}
</style>
background-color css
<style>
a { background-color: #5E46EE; }
a { background-color: rgb(94,70,238); }
div.DivClassName
{
background-color: #5E46EE;
}
.BgClassName
{
background-color: #5E46EE;
}
</style>
border-color css
<style>
span { border-color: #5E46EE; }
span { border-color: rgb(94,70,238); }
td.TdClassName
{
border-color: #5E46EE;
}
.TagClassName
{
border-color: #5E46EE;
}
</style>