Shades of Neon Blue #4E3ADC
Tints of Neon Blue #4E3ADC
RGB
CMYK
RGB Variations
Color information
#4E3ADC (or 0x4E3ADC) is known color: Neon Blue. HEX triplet: 4E, 3A and DC. RGB value is (78,58,220). Sum of RGB (Red+Green+Blue) = 78+58+220=356 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.91% from 356); Green value is 58 (23.05% from 255 or 16.29% from 356); Blue value is 220 (86.33% from 255 or 61.80% from 356); Max value from RGB is 220 - color contains mainly: blue. Hex color #4E3ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E3ADC is #B1C523. Grayscale: #515151. Windows color (decimal): -11650340 or 14432846. OLE color: 14432846.
HSL color Cylindrical-coordinate representation of color #4E3ADC: hue angle of 247.41º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4E3ADC is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 58 | 220 | - |
| CMYK | 0.65 | 0.74 | 0 | 0.14 |
| HSL | 247.41º | 0.7% | 0.55% | - |
| HSV(B) | 247.41º | 0.74% | 0.86% | - |
| XYZ | 17.57 | 9.81 | 68.68 | - |
| YUV | 82.45 | 205.63 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 58 | 220 | 0.65 | 0.74 | 0 | 0.14 | 247.41 | 0.7 | 0.55 |
| Hex | 4E | 3A | DC | 41 | 4A | 0 | E | F7 | 46 | 37 |
| Octal | 116 | 72 | 334 | 101 | 112 | 0 | 16 | 367 | 106 | 67 |
| Binary | 1001110 | 111010 | 11011100 | 1000001 | 1001010 | 0 | 1110 | 11110111 | 1000110 | 110111 |
Color Harmonies of #4E3ADC
Complementary color
Monochromatic Colors of #4E3ADC
Black with #4E3ADC
Text Example
Text Example
White with #4E3ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3ADC; }
p { color: rgb(78,58,220); }
H1.HeaderClassName
{
color: #4E3ADC;
}
.AnyTagClassName
{
color: #4E3ADC;
}
</style>
background-color css
<style>
a { background-color: #4E3ADC; }
a { background-color: rgb(78,58,220); }
div.DivClassName
{
background-color: #4E3ADC;
}
.BgClassName
{
background-color: #4E3ADC;
}
</style>
border-color css
<style>
span { border-color: #4E3ADC; }
span { border-color: rgb(78,58,220); }
td.TdClassName
{
border-color: #4E3ADC;
}
.TagClassName
{
border-color: #4E3ADC;
}
</style>