Shades of Neon Blue #4D4FFE
Tints of Neon Blue #4D4FFE
RGB
CMYK
RGB Variations
Color information
#4D4FFE (or 0x4D4FFE) is known color: Neon Blue. HEX triplet: 4D, 4F and FE. RGB value is (77,79,254). Sum of RGB (Red+Green+Blue) = 77+79+254=410 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.78% from 410); Green value is 79 (31.25% from 255 or 19.27% from 410); Blue value is 254 (99.61% from 255 or 61.95% from 410); Max value from RGB is 254 - color contains mainly: blue. Hex color #4D4FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4D4FFE is #B2B001. Grayscale: #616161. Windows color (decimal): -11710466 or 16666445. OLE color: 16666445.
HSL color Cylindrical-coordinate representation of color #4D4FFE: hue angle of 239.32º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D4FFE is Cyan = 0.70, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 77 | 79 | 254 | - |
| CMYK | 0.70 | 0.69 | 0 | 0.00 |
| HSL | 239.32º | 0.99% | 0.65% | - |
| HSV(B) | 239.32º | 0.7% | 1% | - |
| XYZ | 23.75 | 14.33 | 95.28 | - |
| YUV | 98.35 | 215.84 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 79 | 254 | 0.70 | 0.69 | 0 | 0.00 | 239.32 | 0.99 | 0.65 |
| Hex | 4D | 4F | FE | 46 | 45 | 0 | 0 | EF | 63 | 41 |
| Octal | 115 | 117 | 376 | 106 | 105 | 0 | 0 | 357 | 143 | 101 |
| Binary | 1001101 | 1001111 | 11111110 | 1000110 | 1000101 | 0 | 0 | 11101111 | 1100011 | 1000001 |
Color Harmonies of #4D4FFE
Complementary color
Monochromatic Colors of #4D4FFE
Black with #4D4FFE
Text Example
Text Example
White with #4D4FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4FFE; }
p { color: rgb(77,79,254); }
H1.HeaderClassName
{
color: #4D4FFE;
}
.AnyTagClassName
{
color: #4D4FFE;
}
</style>
background-color css
<style>
a { background-color: #4D4FFE; }
a { background-color: rgb(77,79,254); }
div.DivClassName
{
background-color: #4D4FFE;
}
.BgClassName
{
background-color: #4D4FFE;
}
</style>
border-color css
<style>
span { border-color: #4D4FFE; }
span { border-color: rgb(77,79,254); }
td.TdClassName
{
border-color: #4D4FFE;
}
.TagClassName
{
border-color: #4D4FFE;
}
</style>