Shades of Neon Blue #4E3CEC
Tints of Neon Blue #4E3CEC
RGB
CMYK
RGB Variations
Color information
#4E3CEC (or 0x4E3CEC) is known color: Neon Blue. HEX triplet: 4E, 3C and EC. RGB value is (78,60,236). Sum of RGB (Red+Green+Blue) = 78+60+236=374 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.86% from 374); Green value is 60 (23.83% from 255 or 16.04% from 374); Blue value is 236 (92.58% from 255 or 63.10% from 374); Max value from RGB is 236 - color contains mainly: blue. Hex color #4E3CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E3CEC is #B1C313. Grayscale: #545454. Windows color (decimal): -11649812 or 15481934. OLE color: 15481934.
HSL color Cylindrical-coordinate representation of color #4E3CEC: hue angle of 246.14º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4E3CEC is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 60 | 236 | - |
| CMYK | 0.67 | 0.75 | 0 | 0.07 |
| HSL | 246.14º | 0.82% | 0.58% | - |
| HSV(B) | 246.14º | 0.75% | 0.93% | - |
| XYZ | 19.9 | 10.91 | 80.41 | - |
| YUV | 85.45 | 212.96 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 60 | 236 | 0.67 | 0.75 | 0 | 0.07 | 246.14 | 0.82 | 0.58 |
| Hex | 4E | 3C | EC | 43 | 4B | 0 | 7 | F6 | 52 | 3A |
| Octal | 116 | 74 | 354 | 103 | 113 | 0 | 7 | 366 | 122 | 72 |
| Binary | 1001110 | 111100 | 11101100 | 1000011 | 1001011 | 0 | 111 | 11110110 | 1010010 | 111010 |
Color Harmonies of #4E3CEC
Complementary color
Monochromatic Colors of #4E3CEC
Black with #4E3CEC
Text Example
Text Example
White with #4E3CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3CEC; }
p { color: rgb(78,60,236); }
H1.HeaderClassName
{
color: #4E3CEC;
}
.AnyTagClassName
{
color: #4E3CEC;
}
</style>
background-color css
<style>
a { background-color: #4E3CEC; }
a { background-color: rgb(78,60,236); }
div.DivClassName
{
background-color: #4E3CEC;
}
.BgClassName
{
background-color: #4E3CEC;
}
</style>
border-color css
<style>
span { border-color: #4E3CEC; }
span { border-color: rgb(78,60,236); }
td.TdClassName
{
border-color: #4E3CEC;
}
.TagClassName
{
border-color: #4E3CEC;
}
</style>