Shades of Neon Blue #4E5EFA
Tints of Neon Blue #4E5EFA
RGB
CMYK
RGB Variations
Color information
#4E5EFA (or 0x4E5EFA) is known color: Neon Blue. HEX triplet: 4E, 5E and FA. RGB value is (78,94,250). Sum of RGB (Red+Green+Blue) = 78+94+250=422 (55% of max value = 765). Red value is 78 (30.86% from 255 or 18.48% from 422); Green value is 94 (37.11% from 255 or 22.27% from 422); Blue value is 250 (98.05% from 255 or 59.24% from 422); Max value from RGB is 250 - color contains mainly: blue. Hex color #4E5EFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E5EFA is #B1A105. Grayscale: #6A6A6A. Windows color (decimal): -11641094 or 16408142. OLE color: 16408142.
HSL color Cylindrical-coordinate representation of color #4E5EFA: hue angle of 234.42º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E5EFA is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 78 | 94 | 250 | - |
| CMYK | 0.69 | 0.62 | 0 | 0.02 |
| HSL | 234.42º | 0.95% | 0.64% | - |
| HSV(B) | 234.42º | 0.69% | 0.98% | - |
| XYZ | 24.4 | 16.53 | 92.35 | - |
| YUV | 107 | 208.7 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 94 | 250 | 0.69 | 0.62 | 0 | 0.02 | 234.42 | 0.95 | 0.64 |
| Hex | 4E | 5E | FA | 45 | 3E | 0 | 2 | EA | 5F | 40 |
| Octal | 116 | 136 | 372 | 105 | 76 | 0 | 2 | 352 | 137 | 100 |
| Binary | 1001110 | 1011110 | 11111010 | 1000101 | 111110 | 0 | 10 | 11101010 | 1011111 | 1000000 |
Color Harmonies of #4E5EFA
Complementary color
Monochromatic Colors of #4E5EFA
Black with #4E5EFA
Text Example
Text Example
White with #4E5EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5EFA; }
p { color: rgb(78,94,250); }
H1.HeaderClassName
{
color: #4E5EFA;
}
.AnyTagClassName
{
color: #4E5EFA;
}
</style>
background-color css
<style>
a { background-color: #4E5EFA; }
a { background-color: rgb(78,94,250); }
div.DivClassName
{
background-color: #4E5EFA;
}
.BgClassName
{
background-color: #4E5EFA;
}
</style>
border-color css
<style>
span { border-color: #4E5EFA; }
span { border-color: rgb(78,94,250); }
td.TdClassName
{
border-color: #4E5EFA;
}
.TagClassName
{
border-color: #4E5EFA;
}
</style>