Shades of Neon Blue #4D47FB
Tints of Neon Blue #4D47FB
RGB
CMYK
RGB Variations
Color information
#4D47FB (or 0x4D47FB) is known color: Neon Blue. HEX triplet: 4D, 47 and FB. RGB value is (77,71,251). Sum of RGB (Red+Green+Blue) = 77+71+251=399 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.30% from 399); Green value is 71 (28.12% from 255 or 17.79% from 399); Blue value is 251 (98.44% from 255 or 62.91% from 399); Max value from RGB is 251 - color contains mainly: blue. Hex color #4D47FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D47FB is #B2B804. Grayscale: #5C5C5C. Windows color (decimal): -11712517 or 16467789. OLE color: 16467789.
HSL color Cylindrical-coordinate representation of color #4D47FB: hue angle of 242º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4D47FB is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 77 | 71 | 251 | - |
| CMYK | 0.69 | 0.72 | 0 | 0.02 |
| HSL | 242º | 0.96% | 0.63% | - |
| HSV(B) | 242º | 0.72% | 0.98% | - |
| XYZ | 22.73 | 13.05 | 92.59 | - |
| YUV | 93.31 | 216.99 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 71 | 251 | 0.69 | 0.72 | 0 | 0.02 | 242 | 0.96 | 0.63 |
| Hex | 4D | 47 | FB | 45 | 48 | 0 | 2 | F2 | 60 | 3F |
| Octal | 115 | 107 | 373 | 105 | 110 | 0 | 2 | 362 | 140 | 77 |
| Binary | 1001101 | 1000111 | 11111011 | 1000101 | 1001000 | 0 | 10 | 11110010 | 1100000 | 111111 |
Color Harmonies of #4D47FB
Complementary color
Monochromatic Colors of #4D47FB
Black with #4D47FB
Text Example
Text Example
White with #4D47FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D47FB; }
p { color: rgb(77,71,251); }
H1.HeaderClassName
{
color: #4D47FB;
}
.AnyTagClassName
{
color: #4D47FB;
}
</style>
background-color css
<style>
a { background-color: #4D47FB; }
a { background-color: rgb(77,71,251); }
div.DivClassName
{
background-color: #4D47FB;
}
.BgClassName
{
background-color: #4D47FB;
}
</style>
border-color css
<style>
span { border-color: #4D47FB; }
span { border-color: rgb(77,71,251); }
td.TdClassName
{
border-color: #4D47FB;
}
.TagClassName
{
border-color: #4D47FB;
}
</style>