Shades of Neon Blue #4E42E1
Tints of Neon Blue #4E42E1
RGB
CMYK
RGB Variations
Color information
#4E42E1 (or 0x4E42E1) is known color: Neon Blue. HEX triplet: 4E, 42 and E1. RGB value is (78,66,225). Sum of RGB (Red+Green+Blue) = 78+66+225=369 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.14% from 369); Green value is 66 (26.17% from 255 or 17.89% from 369); Blue value is 225 (88.28% from 255 or 60.98% from 369); Max value from RGB is 225 - color contains mainly: blue. Hex color #4E42E1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E42E1 is #B1BD1E. Grayscale: #575757. Windows color (decimal): -11648287 or 14762574. OLE color: 14762574.
HSL color Cylindrical-coordinate representation of color #4E42E1: hue angle of 244.53º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4E42E1 is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 78 | 66 | 225 | - |
| CMYK | 0.65 | 0.71 | 0 | 0.12 |
| HSL | 244.53º | 0.73% | 0.57% | - |
| HSV(B) | 244.53º | 0.71% | 0.88% | - |
| XYZ | 18.68 | 10.95 | 72.36 | - |
| YUV | 87.71 | 205.48 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 66 | 225 | 0.65 | 0.71 | 0 | 0.12 | 244.53 | 0.73 | 0.57 |
| Hex | 4E | 42 | E1 | 41 | 47 | 0 | C | F5 | 49 | 39 |
| Octal | 116 | 102 | 341 | 101 | 107 | 0 | 14 | 365 | 111 | 71 |
| Binary | 1001110 | 1000010 | 11100001 | 1000001 | 1000111 | 0 | 1100 | 11110101 | 1001001 | 111001 |
Color Harmonies of #4E42E1
Complementary color
Monochromatic Colors of #4E42E1
Black with #4E42E1
Text Example
Text Example
White with #4E42E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E42E1; }
p { color: rgb(78,66,225); }
H1.HeaderClassName
{
color: #4E42E1;
}
.AnyTagClassName
{
color: #4E42E1;
}
</style>
background-color css
<style>
a { background-color: #4E42E1; }
a { background-color: rgb(78,66,225); }
div.DivClassName
{
background-color: #4E42E1;
}
.BgClassName
{
background-color: #4E42E1;
}
</style>
border-color css
<style>
span { border-color: #4E42E1; }
span { border-color: rgb(78,66,225); }
td.TdClassName
{
border-color: #4E42E1;
}
.TagClassName
{
border-color: #4E42E1;
}
</style>