Shades of Neon Blue #4E51FA
Tints of Neon Blue #4E51FA
RGB
CMYK
RGB Variations
Color information
#4E51FA (or 0x4E51FA) is known color: Neon Blue. HEX triplet: 4E, 51 and FA. RGB value is (78,81,250). Sum of RGB (Red+Green+Blue) = 78+81+250=409 (54% of max value = 765). Red value is 78 (30.86% from 255 or 19.07% from 409); Green value is 81 (32.03% from 255 or 19.80% from 409); Blue value is 250 (98.05% from 255 or 61.12% from 409); Max value from RGB is 250 - color contains mainly: blue. Hex color #4E51FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E51FA is #B1AE05. Grayscale: #626262. Windows color (decimal): -11644422 or 16404814. OLE color: 16404814.
HSL color Cylindrical-coordinate representation of color #4E51FA: hue angle of 238.95º 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 #4E51FA is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 78 | 81 | 250 | - |
| CMYK | 0.69 | 0.68 | 0 | 0.02 |
| HSL | 238.95º | 0.95% | 0.64% | - |
| HSV(B) | 238.95º | 0.69% | 0.98% | - |
| XYZ | 23.34 | 14.41 | 91.99 | - |
| YUV | 99.37 | 213.01 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 81 | 250 | 0.69 | 0.68 | 0 | 0.02 | 238.95 | 0.95 | 0.64 |
| Hex | 4E | 51 | FA | 45 | 44 | 0 | 2 | EF | 5F | 40 |
| Octal | 116 | 121 | 372 | 105 | 104 | 0 | 2 | 357 | 137 | 100 |
| Binary | 1001110 | 1010001 | 11111010 | 1000101 | 1000100 | 0 | 10 | 11101111 | 1011111 | 1000000 |
Color Harmonies of #4E51FA
Complementary color
Monochromatic Colors of #4E51FA
Black with #4E51FA
Text Example
Text Example
White with #4E51FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E51FA; }
p { color: rgb(78,81,250); }
H1.HeaderClassName
{
color: #4E51FA;
}
.AnyTagClassName
{
color: #4E51FA;
}
</style>
background-color css
<style>
a { background-color: #4E51FA; }
a { background-color: rgb(78,81,250); }
div.DivClassName
{
background-color: #4E51FA;
}
.BgClassName
{
background-color: #4E51FA;
}
</style>
border-color css
<style>
span { border-color: #4E51FA; }
span { border-color: rgb(78,81,250); }
td.TdClassName
{
border-color: #4E51FA;
}
.TagClassName
{
border-color: #4E51FA;
}
</style>