Shades of Neon Blue #4E3DE6
Tints of Neon Blue #4E3DE6
RGB
CMYK
RGB Variations
Color information
#4E3DE6 (or 0x4E3DE6) is known color: Neon Blue. HEX triplet: 4E, 3D and E6. RGB value is (78,61,230). Sum of RGB (Red+Green+Blue) = 78+61+230=369 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.14% from 369); Green value is 61 (24.22% from 255 or 16.53% from 369); Blue value is 230 (90.23% from 255 or 62.33% from 369); Max value from RGB is 230 - color contains mainly: blue. Hex color #4E3DE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E3DE6 is #B1C219. Grayscale: #545454. Windows color (decimal): -11649562 or 15088974. OLE color: 15088974.
HSL color Cylindrical-coordinate representation of color #4E3DE6: hue angle of 246.04º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4E3DE6 is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 78 | 61 | 230 | - |
| CMYK | 0.66 | 0.73 | 0 | 0.10 |
| HSL | 246.04º | 0.77% | 0.57% | - |
| HSV(B) | 246.04º | 0.73% | 0.9% | - |
| XYZ | 19.09 | 10.67 | 75.92 | - |
| YUV | 85.35 | 209.63 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 61 | 230 | 0.66 | 0.73 | 0 | 0.10 | 246.04 | 0.77 | 0.57 |
| Hex | 4E | 3D | E6 | 42 | 49 | 0 | A | F6 | 4D | 39 |
| Octal | 116 | 75 | 346 | 102 | 111 | 0 | 12 | 366 | 115 | 71 |
| Binary | 1001110 | 111101 | 11100110 | 1000010 | 1001001 | 0 | 1010 | 11110110 | 1001101 | 111001 |
Color Harmonies of #4E3DE6
Complementary color
Monochromatic Colors of #4E3DE6
Black with #4E3DE6
Text Example
Text Example
White with #4E3DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3DE6; }
p { color: rgb(78,61,230); }
H1.HeaderClassName
{
color: #4E3DE6;
}
.AnyTagClassName
{
color: #4E3DE6;
}
</style>
background-color css
<style>
a { background-color: #4E3DE6; }
a { background-color: rgb(78,61,230); }
div.DivClassName
{
background-color: #4E3DE6;
}
.BgClassName
{
background-color: #4E3DE6;
}
</style>
border-color css
<style>
span { border-color: #4E3DE6; }
span { border-color: rgb(78,61,230); }
td.TdClassName
{
border-color: #4E3DE6;
}
.TagClassName
{
border-color: #4E3DE6;
}
</style>