Shades of Neon Blue #4E53F7
Tints of Neon Blue #4E53F7
RGB
CMYK
RGB Variations
Color information
#4E53F7 (or 0x4E53F7) is known color: Neon Blue. HEX triplet: 4E, 53 and F7. RGB value is (78,83,247). Sum of RGB (Red+Green+Blue) = 78+83+247=408 (54% of max value = 765). Red value is 78 (30.86% from 255 or 19.12% from 408); Green value is 83 (32.81% from 255 or 20.34% from 408); Blue value is 247 (96.88% from 255 or 60.54% from 408); Max value from RGB is 247 - color contains mainly: blue. Hex color #4E53F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E53F7 is #B1AC08. Grayscale: #636363. Windows color (decimal): -11643913 or 16208718. OLE color: 16208718.
HSL color Cylindrical-coordinate representation of color #4E53F7: hue angle of 238.22º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4E53F7 is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 78 | 83 | 247 | - |
| CMYK | 0.68 | 0.66 | 0 | 0.03 |
| HSL | 238.22º | 0.91% | 0.64% | - |
| HSV(B) | 238.22º | 0.68% | 0.97% | - |
| XYZ | 23.02 | 14.52 | 89.59 | - |
| YUV | 100.2 | 210.84 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 83 | 247 | 0.68 | 0.66 | 0 | 0.03 | 238.22 | 0.91 | 0.64 |
| Hex | 4E | 53 | F7 | 44 | 42 | 0 | 3 | EE | 5B | 40 |
| Octal | 116 | 123 | 367 | 104 | 102 | 0 | 3 | 356 | 133 | 100 |
| Binary | 1001110 | 1010011 | 11110111 | 1000100 | 1000010 | 0 | 11 | 11101110 | 1011011 | 1000000 |
Color Harmonies of #4E53F7
Complementary color
Monochromatic Colors of #4E53F7
Black with #4E53F7
Text Example
Text Example
White with #4E53F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E53F7; }
p { color: rgb(78,83,247); }
H1.HeaderClassName
{
color: #4E53F7;
}
.AnyTagClassName
{
color: #4E53F7;
}
</style>
background-color css
<style>
a { background-color: #4E53F7; }
a { background-color: rgb(78,83,247); }
div.DivClassName
{
background-color: #4E53F7;
}
.BgClassName
{
background-color: #4E53F7;
}
</style>
border-color css
<style>
span { border-color: #4E53F7; }
span { border-color: rgb(78,83,247); }
td.TdClassName
{
border-color: #4E53F7;
}
.TagClassName
{
border-color: #4E53F7;
}
</style>