Shades of Neon Blue #4E4EFC
Tints of Neon Blue #4E4EFC
RGB
CMYK
RGB Variations
Color information
#4E4EFC (or 0x4E4EFC) is known color: Neon Blue. HEX triplet: 4E, 4E and FC. RGB value is (78,78,252). Sum of RGB (Red+Green+Blue) = 78+78+252=408 (54% of max value = 765). Red value is 78 (30.86% from 255 or 19.12% from 408); Green value is 78 (30.86% from 255 or 19.12% from 408); Blue value is 252 (98.83% from 255 or 61.76% from 408); Max value from RGB is 252 - color contains mainly: blue. Hex color #4E4EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E4EFC is #B1B103. Grayscale: #616161. Windows color (decimal): -11645188 or 16535118. OLE color: 16535118.
HSL color Cylindrical-coordinate representation of color #4E4EFC: hue angle of 240º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E4EFC is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 78 | 78 | 252 | - |
| CMYK | 0.69 | 0.69 | 0 | 0.01 |
| HSL | 240º | 0.97% | 0.65% | - |
| HSV(B) | 240º | 0.69% | 0.99% | - |
| XYZ | 23.44 | 14.1 | 93.58 | - |
| YUV | 97.84 | 215 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 78 | 252 | 0.69 | 0.69 | 0 | 0.01 | 240 | 0.97 | 0.65 |
| Hex | 4E | 4E | FC | 45 | 45 | 0 | 1 | F0 | 61 | 41 |
| Octal | 116 | 116 | 374 | 105 | 105 | 0 | 1 | 360 | 141 | 101 |
| Binary | 1001110 | 1001110 | 11111100 | 1000101 | 1000101 | 0 | 1 | 11110000 | 1100001 | 1000001 |
Color Harmonies of #4E4EFC
Complementary color
Monochromatic Colors of #4E4EFC
Black with #4E4EFC
Text Example
Text Example
White with #4E4EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4EFC; }
p { color: rgb(78,78,252); }
H1.HeaderClassName
{
color: #4E4EFC;
}
.AnyTagClassName
{
color: #4E4EFC;
}
</style>
background-color css
<style>
a { background-color: #4E4EFC; }
a { background-color: rgb(78,78,252); }
div.DivClassName
{
background-color: #4E4EFC;
}
.BgClassName
{
background-color: #4E4EFC;
}
</style>
border-color css
<style>
span { border-color: #4E4EFC; }
span { border-color: rgb(78,78,252); }
td.TdClassName
{
border-color: #4E4EFC;
}
.TagClassName
{
border-color: #4E4EFC;
}
</style>