Shades of Neon Blue #4E3ADE
Tints of Neon Blue #4E3ADE
RGB
CMYK
RGB Variations
Color information
#4E3ADE (or 0x4E3ADE) is known color: Neon Blue. HEX triplet: 4E, 3A and DE. RGB value is (78,58,222). Sum of RGB (Red+Green+Blue) = 78+58+222=358 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.79% from 358); Green value is 58 (23.05% from 255 or 16.20% from 358); Blue value is 222 (87.11% from 255 or 62.01% from 358); Max value from RGB is 222 - color contains mainly: blue. Hex color #4E3ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E3ADE is #B1C521. Grayscale: #525252. Windows color (decimal): -11650338 or 14563918. OLE color: 14563918.
HSL color Cylindrical-coordinate representation of color #4E3ADE: hue angle of 247.32º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4E3ADE is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 58 | 222 | - |
| CMYK | 0.65 | 0.74 | 0 | 0.13 |
| HSL | 247.32º | 0.71% | 0.55% | - |
| HSV(B) | 247.32º | 0.74% | 0.87% | - |
| XYZ | 17.84 | 9.92 | 70.08 | - |
| YUV | 82.68 | 206.63 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 58 | 222 | 0.65 | 0.74 | 0 | 0.13 | 247.32 | 0.71 | 0.55 |
| Hex | 4E | 3A | DE | 41 | 4A | 0 | D | F7 | 47 | 37 |
| Octal | 116 | 72 | 336 | 101 | 112 | 0 | 15 | 367 | 107 | 67 |
| Binary | 1001110 | 111010 | 11011110 | 1000001 | 1001010 | 0 | 1101 | 11110111 | 1000111 | 110111 |
Color Harmonies of #4E3ADE
Complementary color
Monochromatic Colors of #4E3ADE
Black with #4E3ADE
Text Example
Text Example
White with #4E3ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3ADE; }
p { color: rgb(78,58,222); }
H1.HeaderClassName
{
color: #4E3ADE;
}
.AnyTagClassName
{
color: #4E3ADE;
}
</style>
background-color css
<style>
a { background-color: #4E3ADE; }
a { background-color: rgb(78,58,222); }
div.DivClassName
{
background-color: #4E3ADE;
}
.BgClassName
{
background-color: #4E3ADE;
}
</style>
border-color css
<style>
span { border-color: #4E3ADE; }
span { border-color: rgb(78,58,222); }
td.TdClassName
{
border-color: #4E3ADE;
}
.TagClassName
{
border-color: #4E3ADE;
}
</style>