Shades of Neon Blue #4E47DE
Tints of Neon Blue #4E47DE
RGB
CMYK
RGB Variations
Color information
#4E47DE (or 0x4E47DE) is known color: Neon Blue. HEX triplet: 4E, 47 and DE. RGB value is (78,71,222). Sum of RGB (Red+Green+Blue) = 78+71+222=371 (49% of max value = 765). Red value is 78 (30.86% from 255 or 21.02% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 222 (87.11% from 255 or 59.84% from 371); Max value from RGB is 222 - color contains mainly: blue. Hex color #4E47DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E47DE is #B1B821. Grayscale: #595959. Windows color (decimal): -11647010 or 14567246. OLE color: 14567246.
HSL color Cylindrical-coordinate representation of color #4E47DE: hue angle of 242.78º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4E47DE is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 71 | 222 | - |
| CMYK | 0.65 | 0.68 | 0 | 0.13 |
| HSL | 242.78º | 0.7% | 0.57% | - |
| HSV(B) | 242.78º | 0.68% | 0.87% | - |
| XYZ | 18.58 | 11.4 | 70.33 | - |
| YUV | 90.31 | 202.32 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 71 | 222 | 0.65 | 0.68 | 0 | 0.13 | 242.78 | 0.7 | 0.57 |
| Hex | 4E | 47 | DE | 41 | 44 | 0 | D | F3 | 46 | 39 |
| Octal | 116 | 107 | 336 | 101 | 104 | 0 | 15 | 363 | 106 | 71 |
| Binary | 1001110 | 1000111 | 11011110 | 1000001 | 1000100 | 0 | 1101 | 11110011 | 1000110 | 111001 |
Color Harmonies of #4E47DE
Complementary color
Monochromatic Colors of #4E47DE
Black with #4E47DE
Text Example
Text Example
White with #4E47DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E47DE; }
p { color: rgb(78,71,222); }
H1.HeaderClassName
{
color: #4E47DE;
}
.AnyTagClassName
{
color: #4E47DE;
}
</style>
background-color css
<style>
a { background-color: #4E47DE; }
a { background-color: rgb(78,71,222); }
div.DivClassName
{
background-color: #4E47DE;
}
.BgClassName
{
background-color: #4E47DE;
}
</style>
border-color css
<style>
span { border-color: #4E47DE; }
span { border-color: rgb(78,71,222); }
td.TdClassName
{
border-color: #4E47DE;
}
.TagClassName
{
border-color: #4E47DE;
}
</style>