Shades of Neon Blue #4D49FC
Tints of Neon Blue #4D49FC
RGB
CMYK
RGB Variations
Color information
#4D49FC (or 0x4D49FC) is known color: Neon Blue. HEX triplet: 4D, 49 and FC. RGB value is (77,73,252). Sum of RGB (Red+Green+Blue) = 77+73+252=402 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.15% from 402); Green value is 73 (28.91% from 255 or 18.16% from 402); Blue value is 252 (98.83% from 255 or 62.69% from 402); Max value from RGB is 252 - color contains mainly: blue. Hex color #4D49FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D49FC is #B2B603. Grayscale: #5D5D5D. Windows color (decimal): -11712004 or 16533837. OLE color: 16533837.
HSL color Cylindrical-coordinate representation of color #4D49FC: hue angle of 241.34º 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 #4D49FC is Cyan = 0.69, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 73 | 252 | - |
| CMYK | 0.69 | 0.71 | 0 | 0.01 |
| HSL | 241.34º | 0.97% | 0.64% | - |
| HSV(B) | 241.34º | 0.71% | 0.99% | - |
| XYZ | 23.01 | 13.37 | 93.46 | - |
| YUV | 94.6 | 216.83 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 73 | 252 | 0.69 | 0.71 | 0 | 0.01 | 241.34 | 0.97 | 0.64 |
| Hex | 4D | 49 | FC | 45 | 47 | 0 | 1 | F1 | 61 | 40 |
| Octal | 115 | 111 | 374 | 105 | 107 | 0 | 1 | 361 | 141 | 100 |
| Binary | 1001101 | 1001001 | 11111100 | 1000101 | 1000111 | 0 | 1 | 11110001 | 1100001 | 1000000 |
Color Harmonies of #4D49FC
Complementary color
Monochromatic Colors of #4D49FC
Black with #4D49FC
Text Example
Text Example
White with #4D49FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D49FC; }
p { color: rgb(77,73,252); }
H1.HeaderClassName
{
color: #4D49FC;
}
.AnyTagClassName
{
color: #4D49FC;
}
</style>
background-color css
<style>
a { background-color: #4D49FC; }
a { background-color: rgb(77,73,252); }
div.DivClassName
{
background-color: #4D49FC;
}
.BgClassName
{
background-color: #4D49FC;
}
</style>
border-color css
<style>
span { border-color: #4D49FC; }
span { border-color: rgb(77,73,252); }
td.TdClassName
{
border-color: #4D49FC;
}
.TagClassName
{
border-color: #4D49FC;
}
</style>