Shades of Neon Blue #4D3BFC
Tints of Neon Blue #4D3BFC
RGB
CMYK
RGB Variations
Color information
#4D3BFC (or 0x4D3BFC) is known color: Neon Blue. HEX triplet: 4D, 3B and FC. RGB value is (77,59,252). Sum of RGB (Red+Green+Blue) = 77+59+252=388 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.85% from 388); Green value is 59 (23.44% from 255 or 15.21% from 388); Blue value is 252 (98.83% from 255 or 64.95% from 388); Max value from RGB is 252 - color contains mainly: blue. Hex color #4D3BFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D3BFC is #B2C403. Grayscale: #555555. Windows color (decimal): -11715588 or 16530253. OLE color: 16530253.
HSL color Cylindrical-coordinate representation of color #4D3BFC: hue angle of 245.6º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D3BFC is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 59 | 252 | - |
| CMYK | 0.69 | 0.77 | 0 | 0.01 |
| HSL | 245.6º | 0.97% | 0.61% | - |
| HSV(B) | 245.6º | 0.77% | 0.99% | - |
| XYZ | 22.2 | 11.73 | 93.19 | - |
| YUV | 86.38 | 221.46 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 59 | 252 | 0.69 | 0.77 | 0 | 0.01 | 245.6 | 0.97 | 0.61 |
| Hex | 4D | 3B | FC | 45 | 4D | 0 | 1 | F6 | 61 | 3D |
| Octal | 115 | 73 | 374 | 105 | 115 | 0 | 1 | 366 | 141 | 75 |
| Binary | 1001101 | 111011 | 11111100 | 1000101 | 1001101 | 0 | 1 | 11110110 | 1100001 | 111101 |
Color Harmonies of #4D3BFC
Complementary color
Monochromatic Colors of #4D3BFC
Black with #4D3BFC
Text Example
Text Example
White with #4D3BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3BFC; }
p { color: rgb(77,59,252); }
H1.HeaderClassName
{
color: #4D3BFC;
}
.AnyTagClassName
{
color: #4D3BFC;
}
</style>
background-color css
<style>
a { background-color: #4D3BFC; }
a { background-color: rgb(77,59,252); }
div.DivClassName
{
background-color: #4D3BFC;
}
.BgClassName
{
background-color: #4D3BFC;
}
</style>
border-color css
<style>
span { border-color: #4D3BFC; }
span { border-color: rgb(77,59,252); }
td.TdClassName
{
border-color: #4D3BFC;
}
.TagClassName
{
border-color: #4D3BFC;
}
</style>