Shades of Neon Blue #4E3EDD
Tints of Neon Blue #4E3EDD
RGB
CMYK
RGB Variations
Color information
#4E3EDD (or 0x4E3EDD) is known color: Neon Blue. HEX triplet: 4E, 3E and DD. RGB value is (78,62,221). Sum of RGB (Red+Green+Blue) = 78+62+221=361 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.61% from 361); Green value is 62 (24.61% from 255 or 17.17% from 361); Blue value is 221 (86.72% from 255 or 61.22% from 361); Max value from RGB is 221 - color contains mainly: blue. Hex color #4E3EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E3EDD is #B1C122. Grayscale: #545454. Windows color (decimal): -11649315 or 14499406. OLE color: 14499406.
HSL color Cylindrical-coordinate representation of color #4E3EDD: hue angle of 246.04º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4E3EDD is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 62 | 221 | - |
| CMYK | 0.65 | 0.72 | 0 | 0.13 |
| HSL | 246.04º | 0.7% | 0.55% | - |
| HSV(B) | 246.04º | 0.72% | 0.87% | - |
| XYZ | 17.92 | 10.29 | 69.45 | - |
| YUV | 84.91 | 204.8 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 62 | 221 | 0.65 | 0.72 | 0 | 0.13 | 246.04 | 0.7 | 0.55 |
| Hex | 4E | 3E | DD | 41 | 48 | 0 | D | F6 | 46 | 37 |
| Octal | 116 | 76 | 335 | 101 | 110 | 0 | 15 | 366 | 106 | 67 |
| Binary | 1001110 | 111110 | 11011101 | 1000001 | 1001000 | 0 | 1101 | 11110110 | 1000110 | 110111 |
Color Harmonies of #4E3EDD
Complementary color
Monochromatic Colors of #4E3EDD
Black with #4E3EDD
Text Example
Text Example
White with #4E3EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3EDD; }
p { color: rgb(78,62,221); }
H1.HeaderClassName
{
color: #4E3EDD;
}
.AnyTagClassName
{
color: #4E3EDD;
}
</style>
background-color css
<style>
a { background-color: #4E3EDD; }
a { background-color: rgb(78,62,221); }
div.DivClassName
{
background-color: #4E3EDD;
}
.BgClassName
{
background-color: #4E3EDD;
}
</style>
border-color css
<style>
span { border-color: #4E3EDD; }
span { border-color: rgb(78,62,221); }
td.TdClassName
{
border-color: #4E3EDD;
}
.TagClassName
{
border-color: #4E3EDD;
}
</style>