Shades of Neon Blue #4D3BFF
Tints of Neon Blue #4D3BFF
RGB
CMYK
RGB Variations
Color information
#4D3BFF (or 0x4D3BFF) is known color: Neon Blue. HEX triplet: 4D, 3B and FF. RGB value is (77,59,255). Sum of RGB (Red+Green+Blue) = 77+59+255=391 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.69% from 391); Green value is 59 (23.44% from 255 or 15.09% from 391); Blue value is 255 (100% from 255 or 65.22% from 391); Max value from RGB is 255 - color contains mainly: blue. Hex color #4D3BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D3BFF is #B2C400. Grayscale: #555555. Windows color (decimal): -11715585 or 16726861. OLE color: 16726861.
HSL color Cylindrical-coordinate representation of color #4D3BFF: hue angle of 245.51º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D3BFF is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 59 | 255 | - |
| CMYK | 0.70 | 0.77 | 0 | 0 |
| HSL | 245.51º | 1% | 0.62% | - |
| HSV(B) | 245.51º | 0.77% | 1% | - |
| XYZ | 22.67 | 11.93 | 95.71 | - |
| YUV | 86.73 | 222.96 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 59 | 255 | 0.70 | 0.77 | 0 | 0 | 245.51 | 1 | 0.62 |
| Hex | 4D | 3B | FF | 46 | 4D | 0 | 0 | F6 | 64 | 3E |
| Octal | 115 | 73 | 377 | 106 | 115 | 0 | 0 | 366 | 144 | 76 |
| Binary | 1001101 | 111011 | 11111111 | 1000110 | 1001101 | 0 | 0 | 11110110 | 1100100 | 111110 |
Color Harmonies of #4D3BFF
Complementary color
Monochromatic Colors of #4D3BFF
Black with #4D3BFF
Text Example
Text Example
White with #4D3BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3BFF; }
p { color: rgb(77,59,255); }
H1.HeaderClassName
{
color: #4D3BFF;
}
.AnyTagClassName
{
color: #4D3BFF;
}
</style>
background-color css
<style>
a { background-color: #4D3BFF; }
a { background-color: rgb(77,59,255); }
div.DivClassName
{
background-color: #4D3BFF;
}
.BgClassName
{
background-color: #4D3BFF;
}
</style>
border-color css
<style>
span { border-color: #4D3BFF; }
span { border-color: rgb(77,59,255); }
td.TdClassName
{
border-color: #4D3BFF;
}
.TagClassName
{
border-color: #4D3BFF;
}
</style>