Shades of Neon Blue #4E3CEB
Tints of Neon Blue #4E3CEB
RGB
CMYK
RGB Variations
Color information
#4E3CEB (or 0x4E3CEB) is known color: Neon Blue. HEX triplet: 4E, 3C and EB. RGB value is (78,60,235). Sum of RGB (Red+Green+Blue) = 78+60+235=373 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.91% from 373); Green value is 60 (23.83% from 255 or 16.09% from 373); Blue value is 235 (92.19% from 255 or 63.00% from 373); Max value from RGB is 235 - color contains mainly: blue. Hex color #4E3CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E3CEB is #B1C314. Grayscale: #545454. Windows color (decimal): -11649813 or 15416398. OLE color: 15416398.
HSL color Cylindrical-coordinate representation of color #4E3CEB: hue angle of 246.17º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4E3CEB is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 78 | 60 | 235 | - |
| CMYK | 0.67 | 0.74 | 0 | 0.08 |
| HSL | 246.17º | 0.81% | 0.58% | - |
| HSV(B) | 246.17º | 0.74% | 0.92% | - |
| XYZ | 19.75 | 10.85 | 79.65 | - |
| YUV | 85.33 | 212.46 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 60 | 235 | 0.67 | 0.74 | 0 | 0.08 | 246.17 | 0.81 | 0.58 |
| Hex | 4E | 3C | EB | 43 | 4A | 0 | 8 | F6 | 51 | 3A |
| Octal | 116 | 74 | 353 | 103 | 112 | 0 | 10 | 366 | 121 | 72 |
| Binary | 1001110 | 111100 | 11101011 | 1000011 | 1001010 | 0 | 1000 | 11110110 | 1010001 | 111010 |
Color Harmonies of #4E3CEB
Complementary color
Monochromatic Colors of #4E3CEB
Black with #4E3CEB
Text Example
Text Example
White with #4E3CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3CEB; }
p { color: rgb(78,60,235); }
H1.HeaderClassName
{
color: #4E3CEB;
}
.AnyTagClassName
{
color: #4E3CEB;
}
</style>
background-color css
<style>
a { background-color: #4E3CEB; }
a { background-color: rgb(78,60,235); }
div.DivClassName
{
background-color: #4E3CEB;
}
.BgClassName
{
background-color: #4E3CEB;
}
</style>
border-color css
<style>
span { border-color: #4E3CEB; }
span { border-color: rgb(78,60,235); }
td.TdClassName
{
border-color: #4E3CEB;
}
.TagClassName
{
border-color: #4E3CEB;
}
</style>