Shades of Neon Blue #4E3BDB
Tints of Neon Blue #4E3BDB
RGB
CMYK
RGB Variations
Color information
#4E3BDB (or 0x4E3BDB) is known color: Neon Blue. HEX triplet: 4E, 3B and DB. RGB value is (78,59,219). Sum of RGB (Red+Green+Blue) = 78+59+219=356 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.91% from 356); Green value is 59 (23.44% from 255 or 16.57% from 356); Blue value is 219 (85.94% from 255 or 61.52% from 356); Max value from RGB is 219 - color contains mainly: blue. Hex color #4E3BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E3BDB is #B1C424. Grayscale: #525252. Windows color (decimal): -11650085 or 14367566. OLE color: 14367566.
HSL color Cylindrical-coordinate representation of color #4E3BDB: hue angle of 247.12º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4E3BDB is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 59 | 219 | - |
| CMYK | 0.64 | 0.73 | 0 | 0.14 |
| HSL | 247.13º | 0.69% | 0.55% | - |
| HSV(B) | 247.13º | 0.73% | 0.86% | - |
| XYZ | 17.49 | 9.86 | 68 | - |
| YUV | 82.92 | 204.79 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 59 | 219 | 0.64 | 0.73 | 0 | 0.14 | 247.13 | 0.69 | 0.55 |
| Hex | 4E | 3B | DB | 40 | 49 | 0 | E | F7 | 45 | 37 |
| Octal | 116 | 73 | 333 | 100 | 111 | 0 | 16 | 367 | 105 | 67 |
| Binary | 1001110 | 111011 | 11011011 | 1000000 | 1001001 | 0 | 1110 | 11110111 | 1000101 | 110111 |
Color Harmonies of #4E3BDB
Complementary color
Monochromatic Colors of #4E3BDB
Black with #4E3BDB
Text Example
Text Example
White with #4E3BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3BDB; }
p { color: rgb(78,59,219); }
H1.HeaderClassName
{
color: #4E3BDB;
}
.AnyTagClassName
{
color: #4E3BDB;
}
</style>
background-color css
<style>
a { background-color: #4E3BDB; }
a { background-color: rgb(78,59,219); }
div.DivClassName
{
background-color: #4E3BDB;
}
.BgClassName
{
background-color: #4E3BDB;
}
</style>
border-color css
<style>
span { border-color: #4E3BDB; }
span { border-color: rgb(78,59,219); }
td.TdClassName
{
border-color: #4E3BDB;
}
.TagClassName
{
border-color: #4E3BDB;
}
</style>