Shades of Neon Blue #4D3CFD
Tints of Neon Blue #4D3CFD
RGB
CMYK
RGB Variations
Color information
#4D3CFD (or 0x4D3CFD) is known color: Neon Blue. HEX triplet: 4D, 3C and FD. RGB value is (77,60,253). Sum of RGB (Red+Green+Blue) = 77+60+253=390 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.74% from 390); Green value is 60 (23.83% from 255 or 15.38% from 390); Blue value is 253 (99.22% from 255 or 64.87% from 390); Max value from RGB is 253 - color contains mainly: blue. Hex color #4D3CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D3CFD is #B2C302. Grayscale: #565656. Windows color (decimal): -11715331 or 16596045. OLE color: 16596045.
HSL color Cylindrical-coordinate representation of color #4D3CFD: hue angle of 245.28º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4D3CFD is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 77 | 60 | 253 | - |
| CMYK | 0.70 | 0.76 | 0 | 0.01 |
| HSL | 245.29º | 0.98% | 0.61% | - |
| HSV(B) | 245.29º | 0.76% | 0.99% | - |
| XYZ | 22.41 | 11.9 | 94.04 | - |
| YUV | 87.09 | 221.63 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 60 | 253 | 0.70 | 0.76 | 0 | 0.01 | 245.29 | 0.98 | 0.61 |
| Hex | 4D | 3C | FD | 46 | 4C | 0 | 1 | F5 | 62 | 3D |
| Octal | 115 | 74 | 375 | 106 | 114 | 0 | 1 | 365 | 142 | 75 |
| Binary | 1001101 | 111100 | 11111101 | 1000110 | 1001100 | 0 | 1 | 11110101 | 1100010 | 111101 |
Color Harmonies of #4D3CFD
Complementary color
Monochromatic Colors of #4D3CFD
Black with #4D3CFD
Text Example
Text Example
White with #4D3CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3CFD; }
p { color: rgb(77,60,253); }
H1.HeaderClassName
{
color: #4D3CFD;
}
.AnyTagClassName
{
color: #4D3CFD;
}
</style>
background-color css
<style>
a { background-color: #4D3CFD; }
a { background-color: rgb(77,60,253); }
div.DivClassName
{
background-color: #4D3CFD;
}
.BgClassName
{
background-color: #4D3CFD;
}
</style>
border-color css
<style>
span { border-color: #4D3CFD; }
span { border-color: rgb(77,60,253); }
td.TdClassName
{
border-color: #4D3CFD;
}
.TagClassName
{
border-color: #4D3CFD;
}
</style>