Shades of Neon Blue #5E46EF
Tints of Neon Blue #5E46EF
RGB
CMYK
RGB Variations
Color information
#5E46EF (or 0x5E46EF) is known color: Neon Blue. HEX triplet: 5E, 46 and EF. RGB value is (94,70,239). Sum of RGB (Red+Green+Blue) = 94+70+239=403 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.33% from 403); Green value is 70 (27.73% from 255 or 17.37% from 403); Blue value is 239 (93.75% from 255 or 59.31% from 403); Max value from RGB is 239 - color contains mainly: blue. Hex color #5E46EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E46EF is #A1B910. Grayscale: #5F5F5F. Windows color (decimal): -10598673 or 15681118. OLE color: 15681118.
HSL color Cylindrical-coordinate representation of color #5E46EF: hue angle of 248.52º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5E46EF is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 94 | 70 | 239 | - |
| CMYK | 0.61 | 0.71 | 0 | 0.06 |
| HSL | 248.52º | 0.84% | 0.61% | - |
| HSV(B) | 248.52º | 0.71% | 0.94% | - |
| XYZ | 22.39 | 12.99 | 82.99 | - |
| YUV | 96.44 | 208.45 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 70 | 239 | 0.61 | 0.71 | 0 | 0.06 | 248.52 | 0.84 | 0.61 |
| Hex | 5E | 46 | EF | 3D | 47 | 0 | 6 | F9 | 54 | 3D |
| Octal | 136 | 106 | 357 | 75 | 107 | 0 | 6 | 371 | 124 | 75 |
| Binary | 1011110 | 1000110 | 11101111 | 111101 | 1000111 | 0 | 110 | 11111001 | 1010100 | 111101 |
Color Harmonies of #5E46EF
Complementary color
Monochromatic Colors of #5E46EF
Black with #5E46EF
Text Example
Text Example
White with #5E46EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E46EF; }
p { color: rgb(94,70,239); }
H1.HeaderClassName
{
color: #5E46EF;
}
.AnyTagClassName
{
color: #5E46EF;
}
</style>
background-color css
<style>
a { background-color: #5E46EF; }
a { background-color: rgb(94,70,239); }
div.DivClassName
{
background-color: #5E46EF;
}
.BgClassName
{
background-color: #5E46EF;
}
</style>
border-color css
<style>
span { border-color: #5E46EF; }
span { border-color: rgb(94,70,239); }
td.TdClassName
{
border-color: #5E46EF;
}
.TagClassName
{
border-color: #5E46EF;
}
</style>