Shades of Neon Blue #4E4CF7
Tints of Neon Blue #4E4CF7
RGB
CMYK
RGB Variations
Color information
#4E4CF7 (or 0x4E4CF7) is known color: Neon Blue. HEX triplet: 4E, 4C and F7. RGB value is (78,76,247). Sum of RGB (Red+Green+Blue) = 78+76+247=401 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.45% from 401); Green value is 76 (30.08% from 255 or 18.95% from 401); Blue value is 247 (96.88% from 255 or 61.60% from 401); Max value from RGB is 247 - color contains mainly: blue. Hex color #4E4CF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E4CF7 is #B1B308. Grayscale: #5F5F5F. Windows color (decimal): -11645705 or 16206926. OLE color: 16206926.
HSL color Cylindrical-coordinate representation of color #4E4CF7: hue angle of 240.7º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E4CF7 is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 78 | 76 | 247 | - |
| CMYK | 0.68 | 0.69 | 0 | 0.03 |
| HSL | 240.7º | 0.91% | 0.63% | - |
| HSV(B) | 240.7º | 0.69% | 0.97% | - |
| XYZ | 22.51 | 13.5 | 89.42 | - |
| YUV | 96.09 | 213.16 | 115.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 76 | 247 | 0.68 | 0.69 | 0 | 0.03 | 240.7 | 0.91 | 0.63 |
| Hex | 4E | 4C | F7 | 44 | 45 | 0 | 3 | F1 | 5B | 3F |
| Octal | 116 | 114 | 367 | 104 | 105 | 0 | 3 | 361 | 133 | 77 |
| Binary | 1001110 | 1001100 | 11110111 | 1000100 | 1000101 | 0 | 11 | 11110001 | 1011011 | 111111 |
Color Harmonies of #4E4CF7
Complementary color
Monochromatic Colors of #4E4CF7
Black with #4E4CF7
Text Example
Text Example
White with #4E4CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4CF7; }
p { color: rgb(78,76,247); }
H1.HeaderClassName
{
color: #4E4CF7;
}
.AnyTagClassName
{
color: #4E4CF7;
}
</style>
background-color css
<style>
a { background-color: #4E4CF7; }
a { background-color: rgb(78,76,247); }
div.DivClassName
{
background-color: #4E4CF7;
}
.BgClassName
{
background-color: #4E4CF7;
}
</style>
border-color css
<style>
span { border-color: #4E4CF7; }
span { border-color: rgb(78,76,247); }
td.TdClassName
{
border-color: #4E4CF7;
}
.TagClassName
{
border-color: #4E4CF7;
}
</style>