Shades of Neon Blue #4C3CFD
Tints of Neon Blue #4C3CFD
RGB
CMYK
RGB Variations
Color information
#4C3CFD (or 0x4C3CFD) is known color: Neon Blue. HEX triplet: 4C, 3C and FD. RGB value is (76,60,253). Sum of RGB (Red+Green+Blue) = 76+60+253=389 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.54% from 389); Green value is 60 (23.83% from 255 or 15.42% 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 #4C3CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C3CFD is #B3C302. Grayscale: #565656. Windows color (decimal): -11780867 or 16596044. OLE color: 16596044.
HSL color Cylindrical-coordinate representation of color #4C3CFD: hue angle of 244.97º 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 #4C3CFD is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 76 | 60 | 253 | - |
| CMYK | 0.70 | 0.76 | 0 | 0.01 |
| HSL | 244.97º | 0.98% | 0.61% | - |
| HSV(B) | 244.97º | 0.76% | 0.99% | - |
| XYZ | 22.33 | 11.86 | 94.04 | - |
| YUV | 86.79 | 221.8 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 60 | 253 | 0.70 | 0.76 | 0 | 0.01 | 244.97 | 0.98 | 0.61 |
| Hex | 4C | 3C | FD | 46 | 4C | 0 | 1 | F5 | 62 | 3D |
| Octal | 114 | 74 | 375 | 106 | 114 | 0 | 1 | 365 | 142 | 75 |
| Binary | 1001100 | 111100 | 11111101 | 1000110 | 1001100 | 0 | 1 | 11110101 | 1100010 | 111101 |
Color Harmonies of #4C3CFD
Complementary color
Monochromatic Colors of #4C3CFD
Black with #4C3CFD
Text Example
Text Example
White with #4C3CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3CFD; }
p { color: rgb(76,60,253); }
H1.HeaderClassName
{
color: #4C3CFD;
}
.AnyTagClassName
{
color: #4C3CFD;
}
</style>
background-color css
<style>
a { background-color: #4C3CFD; }
a { background-color: rgb(76,60,253); }
div.DivClassName
{
background-color: #4C3CFD;
}
.BgClassName
{
background-color: #4C3CFD;
}
</style>
border-color css
<style>
span { border-color: #4C3CFD; }
span { border-color: rgb(76,60,253); }
td.TdClassName
{
border-color: #4C3CFD;
}
.TagClassName
{
border-color: #4C3CFD;
}
</style>