Shades of Neon Blue #4D4AFC
Tints of Neon Blue #4D4AFC
RGB
CMYK
RGB Variations
Color information
#4D4AFC (or 0x4D4AFC) is known color: Neon Blue. HEX triplet: 4D, 4A and FC. RGB value is (77,74,252). Sum of RGB (Red+Green+Blue) = 77+74+252=403 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.11% from 403); Green value is 74 (29.30% from 255 or 18.36% from 403); Blue value is 252 (98.83% from 255 or 62.53% from 403); Max value from RGB is 252 - color contains mainly: blue. Hex color #4D4AFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D4AFC is #B2B503. Grayscale: #5E5E5E. Windows color (decimal): -11711748 or 16534093. OLE color: 16534093.
HSL color Cylindrical-coordinate representation of color #4D4AFC: hue angle of 241.01º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D4AFC is Cyan = 0.69, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 74 | 252 | - |
| CMYK | 0.69 | 0.71 | 0 | 0.01 |
| HSL | 241.01º | 0.97% | 0.64% | - |
| HSV(B) | 241.01º | 0.71% | 0.99% | - |
| XYZ | 23.08 | 13.5 | 93.49 | - |
| YUV | 95.19 | 216.49 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 74 | 252 | 0.69 | 0.71 | 0 | 0.01 | 241.01 | 0.97 | 0.64 |
| Hex | 4D | 4A | FC | 45 | 47 | 0 | 1 | F1 | 61 | 40 |
| Octal | 115 | 112 | 374 | 105 | 107 | 0 | 1 | 361 | 141 | 100 |
| Binary | 1001101 | 1001010 | 11111100 | 1000101 | 1000111 | 0 | 1 | 11110001 | 1100001 | 1000000 |
Color Harmonies of #4D4AFC
Complementary color
Monochromatic Colors of #4D4AFC
Black with #4D4AFC
Text Example
Text Example
White with #4D4AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4AFC; }
p { color: rgb(77,74,252); }
H1.HeaderClassName
{
color: #4D4AFC;
}
.AnyTagClassName
{
color: #4D4AFC;
}
</style>
background-color css
<style>
a { background-color: #4D4AFC; }
a { background-color: rgb(77,74,252); }
div.DivClassName
{
background-color: #4D4AFC;
}
.BgClassName
{
background-color: #4D4AFC;
}
</style>
border-color css
<style>
span { border-color: #4D4AFC; }
span { border-color: rgb(77,74,252); }
td.TdClassName
{
border-color: #4D4AFC;
}
.TagClassName
{
border-color: #4D4AFC;
}
</style>