Shades of Neon Blue #4E47F2
Tints of Neon Blue #4E47F2
RGB
CMYK
RGB Variations
Color information
#4E47F2 (or 0x4E47F2) is known color: Neon Blue. HEX triplet: 4E, 47 and F2. RGB value is (78,71,242). Sum of RGB (Red+Green+Blue) = 78+71+242=391 (51% of max value = 765). Red value is 78 (30.86% from 255 or 19.95% from 391); Green value is 71 (28.12% from 255 or 18.16% from 391); Blue value is 242 (94.92% from 255 or 61.89% from 391); Max value from RGB is 242 - color contains mainly: blue. Hex color #4E47F2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E47F2 is #B1B80D. Grayscale: #5B5B5B. Windows color (decimal): -11646990 or 15877966. OLE color: 15877966.
HSL color Cylindrical-coordinate representation of color #4E47F2: hue angle of 242.46º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4E47F2 is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 78 | 71 | 242 | - |
| CMYK | 0.68 | 0.71 | 0 | 0.05 |
| HSL | 242.46º | 0.87% | 0.61% | - |
| HSV(B) | 242.46º | 0.71% | 0.95% | - |
| XYZ | 21.42 | 12.54 | 85.3 | - |
| YUV | 92.59 | 212.32 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 71 | 242 | 0.68 | 0.71 | 0 | 0.05 | 242.46 | 0.87 | 0.61 |
| Hex | 4E | 47 | F2 | 44 | 47 | 0 | 5 | F2 | 57 | 3D |
| Octal | 116 | 107 | 362 | 104 | 107 | 0 | 5 | 362 | 127 | 75 |
| Binary | 1001110 | 1000111 | 11110010 | 1000100 | 1000111 | 0 | 101 | 11110010 | 1010111 | 111101 |
Color Harmonies of #4E47F2
Complementary color
Monochromatic Colors of #4E47F2
Black with #4E47F2
Text Example
Text Example
White with #4E47F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E47F2; }
p { color: rgb(78,71,242); }
H1.HeaderClassName
{
color: #4E47F2;
}
.AnyTagClassName
{
color: #4E47F2;
}
</style>
background-color css
<style>
a { background-color: #4E47F2; }
a { background-color: rgb(78,71,242); }
div.DivClassName
{
background-color: #4E47F2;
}
.BgClassName
{
background-color: #4E47F2;
}
</style>
border-color css
<style>
span { border-color: #4E47F2; }
span { border-color: rgb(78,71,242); }
td.TdClassName
{
border-color: #4E47F2;
}
.TagClassName
{
border-color: #4E47F2;
}
</style>