Shades of Neon Blue #4D49FB
Tints of Neon Blue #4D49FB
RGB
CMYK
RGB Variations
Color information
#4D49FB (or 0x4D49FB) is known color: Neon Blue. HEX triplet: 4D, 49 and FB. RGB value is (77,73,251). Sum of RGB (Red+Green+Blue) = 77+73+251=401 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.20% from 401); Green value is 73 (28.91% from 255 or 18.20% from 401); Blue value is 251 (98.44% from 255 or 62.59% from 401); Max value from RGB is 251 - color contains mainly: blue. Hex color #4D49FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D49FB is #B2B604. Grayscale: #5D5D5D. Windows color (decimal): -11712005 or 16468301. OLE color: 16468301.
HSL color Cylindrical-coordinate representation of color #4D49FB: hue angle of 241.35º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D49FB is Cyan = 0.69, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 73 | 251 | - |
| CMYK | 0.69 | 0.71 | 0 | 0.02 |
| HSL | 241.35º | 0.96% | 0.64% | - |
| HSV(B) | 241.35º | 0.71% | 0.98% | - |
| XYZ | 22.86 | 13.31 | 92.63 | - |
| YUV | 94.49 | 216.33 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 73 | 251 | 0.69 | 0.71 | 0 | 0.02 | 241.35 | 0.96 | 0.64 |
| Hex | 4D | 49 | FB | 45 | 47 | 0 | 2 | F1 | 60 | 40 |
| Octal | 115 | 111 | 373 | 105 | 107 | 0 | 2 | 361 | 140 | 100 |
| Binary | 1001101 | 1001001 | 11111011 | 1000101 | 1000111 | 0 | 10 | 11110001 | 1100000 | 1000000 |
Color Harmonies of #4D49FB
Complementary color
Monochromatic Colors of #4D49FB
Black with #4D49FB
Text Example
Text Example
White with #4D49FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D49FB; }
p { color: rgb(77,73,251); }
H1.HeaderClassName
{
color: #4D49FB;
}
.AnyTagClassName
{
color: #4D49FB;
}
</style>
background-color css
<style>
a { background-color: #4D49FB; }
a { background-color: rgb(77,73,251); }
div.DivClassName
{
background-color: #4D49FB;
}
.BgClassName
{
background-color: #4D49FB;
}
</style>
border-color css
<style>
span { border-color: #4D49FB; }
span { border-color: rgb(77,73,251); }
td.TdClassName
{
border-color: #4D49FB;
}
.TagClassName
{
border-color: #4D49FB;
}
</style>