Shades of Neon Blue #4D4EFB
Tints of Neon Blue #4D4EFB
RGB
CMYK
RGB Variations
Color information
#4D4EFB (or 0x4D4EFB) is known color: Neon Blue. HEX triplet: 4D, 4E and FB. RGB value is (77,78,251). Sum of RGB (Red+Green+Blue) = 77+78+251=406 (53% of max value = 765). Red value is 77 (30.47% from 255 or 18.97% from 406); Green value is 78 (30.86% from 255 or 19.21% from 406); Blue value is 251 (98.44% from 255 or 61.82% from 406); Max value from RGB is 251 - color contains mainly: blue. Hex color #4D4EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D4EFB is #B2B104. Grayscale: #606060. Windows color (decimal): -11710725 or 16469581. OLE color: 16469581.
HSL color Cylindrical-coordinate representation of color #4D4EFB: hue angle of 239.66º degrees, saturation: 0.96, 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 #4D4EFB is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 78 | 251 | - |
| CMYK | 0.69 | 0.69 | 0 | 0.02 |
| HSL | 239.66º | 0.96% | 0.64% | - |
| HSV(B) | 239.66º | 0.69% | 0.98% | - |
| XYZ | 23.2 | 13.99 | 92.74 | - |
| YUV | 97.42 | 214.67 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 78 | 251 | 0.69 | 0.69 | 0 | 0.02 | 239.66 | 0.96 | 0.64 |
| Hex | 4D | 4E | FB | 45 | 45 | 0 | 2 | F0 | 60 | 40 |
| Octal | 115 | 116 | 373 | 105 | 105 | 0 | 2 | 360 | 140 | 100 |
| Binary | 1001101 | 1001110 | 11111011 | 1000101 | 1000101 | 0 | 10 | 11110000 | 1100000 | 1000000 |
Color Harmonies of #4D4EFB
Complementary color
Monochromatic Colors of #4D4EFB
Black with #4D4EFB
Text Example
Text Example
White with #4D4EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4EFB; }
p { color: rgb(77,78,251); }
H1.HeaderClassName
{
color: #4D4EFB;
}
.AnyTagClassName
{
color: #4D4EFB;
}
</style>
background-color css
<style>
a { background-color: #4D4EFB; }
a { background-color: rgb(77,78,251); }
div.DivClassName
{
background-color: #4D4EFB;
}
.BgClassName
{
background-color: #4D4EFB;
}
</style>
border-color css
<style>
span { border-color: #4D4EFB; }
span { border-color: rgb(77,78,251); }
td.TdClassName
{
border-color: #4D4EFB;
}
.TagClassName
{
border-color: #4D4EFB;
}
</style>