Shades of Neon Blue #4E47FC
Tints of Neon Blue #4E47FC
RGB
CMYK
RGB Variations
Color information
#4E47FC (or 0x4E47FC) is known color: Neon Blue. HEX triplet: 4E, 47 and FC. RGB value is (78,71,252). Sum of RGB (Red+Green+Blue) = 78+71+252=401 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.45% from 401); Green value is 71 (28.12% from 255 or 17.71% from 401); Blue value is 252 (98.83% from 255 or 62.84% from 401); Max value from RGB is 252 - color contains mainly: blue. Hex color #4E47FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E47FC is #B1B803. Grayscale: #5D5D5D. Windows color (decimal): -11646980 or 16533326. OLE color: 16533326.
HSL color Cylindrical-coordinate representation of color #4E47FC: hue angle of 242.32º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4E47FC is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 71 | 252 | - |
| CMYK | 0.69 | 0.72 | 0 | 0.01 |
| HSL | 242.32º | 0.97% | 0.63% | - |
| HSV(B) | 242.32º | 0.72% | 0.99% | - |
| XYZ | 22.97 | 13.15 | 93.42 | - |
| YUV | 93.73 | 217.32 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 71 | 252 | 0.69 | 0.72 | 0 | 0.01 | 242.32 | 0.97 | 0.63 |
| Hex | 4E | 47 | FC | 45 | 48 | 0 | 1 | F2 | 61 | 3F |
| Octal | 116 | 107 | 374 | 105 | 110 | 0 | 1 | 362 | 141 | 77 |
| Binary | 1001110 | 1000111 | 11111100 | 1000101 | 1001000 | 0 | 1 | 11110010 | 1100001 | 111111 |
Color Harmonies of #4E47FC
Complementary color
Monochromatic Colors of #4E47FC
Black with #4E47FC
Text Example
Text Example
White with #4E47FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E47FC; }
p { color: rgb(78,71,252); }
H1.HeaderClassName
{
color: #4E47FC;
}
.AnyTagClassName
{
color: #4E47FC;
}
</style>
background-color css
<style>
a { background-color: #4E47FC; }
a { background-color: rgb(78,71,252); }
div.DivClassName
{
background-color: #4E47FC;
}
.BgClassName
{
background-color: #4E47FC;
}
</style>
border-color css
<style>
span { border-color: #4E47FC; }
span { border-color: rgb(78,71,252); }
td.TdClassName
{
border-color: #4E47FC;
}
.TagClassName
{
border-color: #4E47FC;
}
</style>