Shades of Neon Blue #4E4CFB
Tints of Neon Blue #4E4CFB
RGB
CMYK
RGB Variations
Color information
#4E4CFB (or 0x4E4CFB) is known color: Neon Blue. HEX triplet: 4E, 4C and FB. RGB value is (78,76,251). Sum of RGB (Red+Green+Blue) = 78+76+251=405 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.26% from 405); Green value is 76 (30.08% from 255 or 18.77% from 405); Blue value is 251 (98.44% from 255 or 61.98% from 405); Max value from RGB is 251 - color contains mainly: blue. Hex color #4E4CFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E4CFB is #B1B304. Grayscale: #5F5F5F. Windows color (decimal): -11645701 or 16469070. OLE color: 16469070.
HSL color Cylindrical-coordinate representation of color #4E4CFB: hue angle of 240.69º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4E4CFB is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 78 | 76 | 251 | - |
| CMYK | 0.69 | 0.70 | 0 | 0.02 |
| HSL | 240.69º | 0.96% | 0.64% | - |
| HSV(B) | 240.69º | 0.7% | 0.98% | - |
| XYZ | 23.14 | 13.75 | 92.7 | - |
| YUV | 96.55 | 215.16 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 76 | 251 | 0.69 | 0.70 | 0 | 0.02 | 240.69 | 0.96 | 0.64 |
| Hex | 4E | 4C | FB | 45 | 46 | 0 | 2 | F1 | 60 | 40 |
| Octal | 116 | 114 | 373 | 105 | 106 | 0 | 2 | 361 | 140 | 100 |
| Binary | 1001110 | 1001100 | 11111011 | 1000101 | 1000110 | 0 | 10 | 11110001 | 1100000 | 1000000 |
Color Harmonies of #4E4CFB
Complementary color
Monochromatic Colors of #4E4CFB
Black with #4E4CFB
Text Example
Text Example
White with #4E4CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4CFB; }
p { color: rgb(78,76,251); }
H1.HeaderClassName
{
color: #4E4CFB;
}
.AnyTagClassName
{
color: #4E4CFB;
}
</style>
background-color css
<style>
a { background-color: #4E4CFB; }
a { background-color: rgb(78,76,251); }
div.DivClassName
{
background-color: #4E4CFB;
}
.BgClassName
{
background-color: #4E4CFB;
}
</style>
border-color css
<style>
span { border-color: #4E4CFB; }
span { border-color: rgb(78,76,251); }
td.TdClassName
{
border-color: #4E4CFB;
}
.TagClassName
{
border-color: #4E4CFB;
}
</style>