Shades of Neon Blue #4E3ADB
Tints of Neon Blue #4E3ADB
RGB
CMYK
RGB Variations
Color information
#4E3ADB (or 0x4E3ADB) is known color: Neon Blue. HEX triplet: 4E, 3A and DB. RGB value is (78,58,219). Sum of RGB (Red+Green+Blue) = 78+58+219=355 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.97% from 355); Green value is 58 (23.05% from 255 or 16.34% from 355); Blue value is 219 (85.94% from 255 or 61.69% from 355); Max value from RGB is 219 - color contains mainly: blue. Hex color #4E3ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E3ADB is #B1C524. Grayscale: #515151. Windows color (decimal): -11650341 or 14367310. OLE color: 14367310.
HSL color Cylindrical-coordinate representation of color #4E3ADB: hue angle of 247.45º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4E3ADB is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 58 | 219 | - |
| CMYK | 0.64 | 0.74 | 0 | 0.14 |
| HSL | 247.45º | 0.69% | 0.54% | - |
| HSV(B) | 247.45º | 0.74% | 0.86% | - |
| XYZ | 17.44 | 9.76 | 67.98 | - |
| YUV | 82.33 | 205.13 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 58 | 219 | 0.64 | 0.74 | 0 | 0.14 | 247.45 | 0.69 | 0.54 |
| Hex | 4E | 3A | DB | 40 | 4A | 0 | E | F7 | 45 | 36 |
| Octal | 116 | 72 | 333 | 100 | 112 | 0 | 16 | 367 | 105 | 66 |
| Binary | 1001110 | 111010 | 11011011 | 1000000 | 1001010 | 0 | 1110 | 11110111 | 1000101 | 110110 |
Color Harmonies of #4E3ADB
Complementary color
Monochromatic Colors of #4E3ADB
Black with #4E3ADB
Text Example
Text Example
White with #4E3ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3ADB; }
p { color: rgb(78,58,219); }
H1.HeaderClassName
{
color: #4E3ADB;
}
.AnyTagClassName
{
color: #4E3ADB;
}
</style>
background-color css
<style>
a { background-color: #4E3ADB; }
a { background-color: rgb(78,58,219); }
div.DivClassName
{
background-color: #4E3ADB;
}
.BgClassName
{
background-color: #4E3ADB;
}
</style>
border-color css
<style>
span { border-color: #4E3ADB; }
span { border-color: rgb(78,58,219); }
td.TdClassName
{
border-color: #4E3ADB;
}
.TagClassName
{
border-color: #4E3ADB;
}
</style>