Shades of Neon Blue #4E40DB
Tints of Neon Blue #4E40DB
RGB
CMYK
RGB Variations
Color information
#4E40DB (or 0x4E40DB) is known color: Neon Blue. HEX triplet: 4E, 40 and DB. RGB value is (78,64,219). Sum of RGB (Red+Green+Blue) = 78+64+219=361 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.61% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 219 (85.94% from 255 or 60.66% from 361); Max value from RGB is 219 - color contains mainly: blue. Hex color #4E40DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E40DB is #B1BF24. Grayscale: #555555. Windows color (decimal): -11648805 or 14368846. OLE color: 14368846.
HSL color Cylindrical-coordinate representation of color #4E40DB: hue angle of 245.42º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4E40DB is Cyan = 0.64, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 64 | 219 | - |
| CMYK | 0.64 | 0.71 | 0 | 0.14 |
| HSL | 245.42º | 0.68% | 0.55% | - |
| HSV(B) | 245.42º | 0.71% | 0.86% | - |
| XYZ | 17.76 | 10.4 | 68.09 | - |
| YUV | 85.86 | 203.14 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 64 | 219 | 0.64 | 0.71 | 0 | 0.14 | 245.42 | 0.68 | 0.55 |
| Hex | 4E | 40 | DB | 40 | 47 | 0 | E | F5 | 44 | 37 |
| Octal | 116 | 100 | 333 | 100 | 107 | 0 | 16 | 365 | 104 | 67 |
| Binary | 1001110 | 1000000 | 11011011 | 1000000 | 1000111 | 0 | 1110 | 11110101 | 1000100 | 110111 |
Color Harmonies of #4E40DB
Complementary color
Monochromatic Colors of #4E40DB
Black with #4E40DB
Text Example
Text Example
White with #4E40DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E40DB; }
p { color: rgb(78,64,219); }
H1.HeaderClassName
{
color: #4E40DB;
}
.AnyTagClassName
{
color: #4E40DB;
}
</style>
background-color css
<style>
a { background-color: #4E40DB; }
a { background-color: rgb(78,64,219); }
div.DivClassName
{
background-color: #4E40DB;
}
.BgClassName
{
background-color: #4E40DB;
}
</style>
border-color css
<style>
span { border-color: #4E40DB; }
span { border-color: rgb(78,64,219); }
td.TdClassName
{
border-color: #4E40DB;
}
.TagClassName
{
border-color: #4E40DB;
}
</style>