Shades of Neon Blue #4D4BFC
Tints of Neon Blue #4D4BFC
RGB
CMYK
RGB Variations
Color information
#4D4BFC (or 0x4D4BFC) is known color: Neon Blue. HEX triplet: 4D, 4B and FC. RGB value is (77,75,252). Sum of RGB (Red+Green+Blue) = 77+75+252=404 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.06% from 404); Green value is 75 (29.69% from 255 or 18.56% from 404); Blue value is 252 (98.83% from 255 or 62.38% from 404); Max value from RGB is 252 - color contains mainly: blue. Hex color #4D4BFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D4BFC is #B2B403. Grayscale: #5F5F5F. Windows color (decimal): -11711492 or 16534349. OLE color: 16534349.
HSL color Cylindrical-coordinate representation of color #4D4BFC: hue angle of 240.68º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D4BFC is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 75 | 252 | - |
| CMYK | 0.69 | 0.70 | 0 | 0.01 |
| HSL | 240.68º | 0.97% | 0.64% | - |
| HSV(B) | 240.68º | 0.7% | 0.99% | - |
| XYZ | 23.15 | 13.64 | 93.51 | - |
| YUV | 95.78 | 216.16 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 75 | 252 | 0.69 | 0.70 | 0 | 0.01 | 240.68 | 0.97 | 0.64 |
| Hex | 4D | 4B | FC | 45 | 46 | 0 | 1 | F1 | 61 | 40 |
| Octal | 115 | 113 | 374 | 105 | 106 | 0 | 1 | 361 | 141 | 100 |
| Binary | 1001101 | 1001011 | 11111100 | 1000101 | 1000110 | 0 | 1 | 11110001 | 1100001 | 1000000 |
Color Harmonies of #4D4BFC
Complementary color
Monochromatic Colors of #4D4BFC
Black with #4D4BFC
Text Example
Text Example
White with #4D4BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4BFC; }
p { color: rgb(77,75,252); }
H1.HeaderClassName
{
color: #4D4BFC;
}
.AnyTagClassName
{
color: #4D4BFC;
}
</style>
background-color css
<style>
a { background-color: #4D4BFC; }
a { background-color: rgb(77,75,252); }
div.DivClassName
{
background-color: #4D4BFC;
}
.BgClassName
{
background-color: #4D4BFC;
}
</style>
border-color css
<style>
span { border-color: #4D4BFC; }
span { border-color: rgb(77,75,252); }
td.TdClassName
{
border-color: #4D4BFC;
}
.TagClassName
{
border-color: #4D4BFC;
}
</style>