Shades of Neon Blue #4E3DDB
Tints of Neon Blue #4E3DDB
RGB
CMYK
RGB Variations
Color information
#4E3DDB (or 0x4E3DDB) is known color: Neon Blue. HEX triplet: 4E, 3D and DB. RGB value is (78,61,219). Sum of RGB (Red+Green+Blue) = 78+61+219=358 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.79% from 358); Green value is 61 (24.22% from 255 or 17.04% from 358); Blue value is 219 (85.94% from 255 or 61.17% from 358); Max value from RGB is 219 - color contains mainly: blue. Hex color #4E3DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E3DDB is #B1C224. Grayscale: #535353. Windows color (decimal): -11649573 or 14368078. OLE color: 14368078.
HSL color Cylindrical-coordinate representation of color #4E3DDB: hue angle of 246.46º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4E3DDB is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 61 | 219 | - |
| CMYK | 0.64 | 0.72 | 0 | 0.14 |
| HSL | 246.46º | 0.69% | 0.55% | - |
| HSV(B) | 246.46º | 0.72% | 0.86% | - |
| XYZ | 17.6 | 10.07 | 68.03 | - |
| YUV | 84.1 | 204.13 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 61 | 219 | 0.64 | 0.72 | 0 | 0.14 | 246.46 | 0.69 | 0.55 |
| Hex | 4E | 3D | DB | 40 | 48 | 0 | E | F6 | 45 | 37 |
| Octal | 116 | 75 | 333 | 100 | 110 | 0 | 16 | 366 | 105 | 67 |
| Binary | 1001110 | 111101 | 11011011 | 1000000 | 1001000 | 0 | 1110 | 11110110 | 1000101 | 110111 |
Color Harmonies of #4E3DDB
Complementary color
Monochromatic Colors of #4E3DDB
Black with #4E3DDB
Text Example
Text Example
White with #4E3DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3DDB; }
p { color: rgb(78,61,219); }
H1.HeaderClassName
{
color: #4E3DDB;
}
.AnyTagClassName
{
color: #4E3DDB;
}
</style>
background-color css
<style>
a { background-color: #4E3DDB; }
a { background-color: rgb(78,61,219); }
div.DivClassName
{
background-color: #4E3DDB;
}
.BgClassName
{
background-color: #4E3DDB;
}
</style>
border-color css
<style>
span { border-color: #4E3DDB; }
span { border-color: rgb(78,61,219); }
td.TdClassName
{
border-color: #4E3DDB;
}
.TagClassName
{
border-color: #4E3DDB;
}
</style>