Shades of Neon Blue #4D4EF8
Tints of Neon Blue #4D4EF8
RGB
CMYK
RGB Variations
Color information
#4D4EF8 (or 0x4D4EF8) is known color: Neon Blue. HEX triplet: 4D, 4E and F8. RGB value is (77,78,248). Sum of RGB (Red+Green+Blue) = 77+78+248=403 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.11% from 403); Green value is 78 (30.86% from 255 or 19.35% from 403); Blue value is 248 (97.27% from 255 or 61.54% from 403); Max value from RGB is 248 - color contains mainly: blue. Hex color #4D4EF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D4EF8 is #B2B107. Grayscale: #606060. Windows color (decimal): -11710728 or 16272973. OLE color: 16272973.
HSL color Cylindrical-coordinate representation of color #4D4EF8: hue angle of 239.65º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D4EF8 is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 77 | 78 | 248 | - |
| CMYK | 0.69 | 0.69 | 0 | 0.03 |
| HSL | 239.65º | 0.92% | 0.64% | - |
| HSV(B) | 239.65º | 0.69% | 0.97% | - |
| XYZ | 22.73 | 13.8 | 90.27 | - |
| YUV | 97.08 | 213.17 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 78 | 248 | 0.69 | 0.69 | 0 | 0.03 | 239.65 | 0.92 | 0.64 |
| Hex | 4D | 4E | F8 | 45 | 45 | 0 | 3 | F0 | 5C | 40 |
| Octal | 115 | 116 | 370 | 105 | 105 | 0 | 3 | 360 | 134 | 100 |
| Binary | 1001101 | 1001110 | 11111000 | 1000101 | 1000101 | 0 | 11 | 11110000 | 1011100 | 1000000 |
Color Harmonies of #4D4EF8
Complementary color
Monochromatic Colors of #4D4EF8
Black with #4D4EF8
Text Example
Text Example
White with #4D4EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4EF8; }
p { color: rgb(77,78,248); }
H1.HeaderClassName
{
color: #4D4EF8;
}
.AnyTagClassName
{
color: #4D4EF8;
}
</style>
background-color css
<style>
a { background-color: #4D4EF8; }
a { background-color: rgb(77,78,248); }
div.DivClassName
{
background-color: #4D4EF8;
}
.BgClassName
{
background-color: #4D4EF8;
}
</style>
border-color css
<style>
span { border-color: #4D4EF8; }
span { border-color: rgb(77,78,248); }
td.TdClassName
{
border-color: #4D4EF8;
}
.TagClassName
{
border-color: #4D4EF8;
}
</style>