Shades of Neon Blue #4D3BFD
Tints of Neon Blue #4D3BFD
RGB
CMYK
RGB Variations
Color information
#4D3BFD (or 0x4D3BFD) is known color: Neon Blue. HEX triplet: 4D, 3B and FD. RGB value is (77,59,253). Sum of RGB (Red+Green+Blue) = 77+59+253=389 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.79% from 389); Green value is 59 (23.44% from 255 or 15.17% from 389); Blue value is 253 (99.22% from 255 or 65.04% from 389); Max value from RGB is 253 - color contains mainly: blue. Hex color #4D3BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D3BFD is #B2C402. Grayscale: #555555. Windows color (decimal): -11715587 or 16595789. OLE color: 16595789.
HSL color Cylindrical-coordinate representation of color #4D3BFD: hue angle of 245.57º degrees, saturation: 0.98, 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 #4D3BFD is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 59 | 253 | - |
| CMYK | 0.70 | 0.77 | 0 | 0.01 |
| HSL | 245.57º | 0.98% | 0.61% | - |
| HSV(B) | 245.57º | 0.77% | 0.99% | - |
| XYZ | 22.35 | 11.8 | 94.03 | - |
| YUV | 86.5 | 221.96 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 59 | 253 | 0.70 | 0.77 | 0 | 0.01 | 245.57 | 0.98 | 0.61 |
| Hex | 4D | 3B | FD | 46 | 4D | 0 | 1 | F6 | 62 | 3D |
| Octal | 115 | 73 | 375 | 106 | 115 | 0 | 1 | 366 | 142 | 75 |
| Binary | 1001101 | 111011 | 11111101 | 1000110 | 1001101 | 0 | 1 | 11110110 | 1100010 | 111101 |
Color Harmonies of #4D3BFD
Complementary color
Monochromatic Colors of #4D3BFD
Black with #4D3BFD
Text Example
Text Example
White with #4D3BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3BFD; }
p { color: rgb(77,59,253); }
H1.HeaderClassName
{
color: #4D3BFD;
}
.AnyTagClassName
{
color: #4D3BFD;
}
</style>
background-color css
<style>
a { background-color: #4D3BFD; }
a { background-color: rgb(77,59,253); }
div.DivClassName
{
background-color: #4D3BFD;
}
.BgClassName
{
background-color: #4D3BFD;
}
</style>
border-color css
<style>
span { border-color: #4D3BFD; }
span { border-color: rgb(77,59,253); }
td.TdClassName
{
border-color: #4D3BFD;
}
.TagClassName
{
border-color: #4D3BFD;
}
</style>