Shades of Neon Blue #4C3CDF
Tints of Neon Blue #4C3CDF
RGB
CMYK
RGB Variations
Color information
#4C3CDF (or 0x4C3CDF) is known color: Neon Blue. HEX triplet: 4C, 3C and DF. RGB value is (76,60,223). Sum of RGB (Red+Green+Blue) = 76+60+223=359 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.17% from 359); Green value is 60 (23.83% from 255 or 16.71% from 359); Blue value is 223 (87.5% from 255 or 62.12% from 359); Max value from RGB is 223 - color contains mainly: blue. Hex color #4C3CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C3CDF is #B3C320. Grayscale: #525252. Windows color (decimal): -11780897 or 14629964. OLE color: 14629964.
HSL color Cylindrical-coordinate representation of color #4C3CDF: hue angle of 245.89º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4C3CDF is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 60 | 223 | - |
| CMYK | 0.66 | 0.73 | 0 | 0.13 |
| HSL | 245.89º | 0.72% | 0.55% | - |
| HSV(B) | 245.89º | 0.73% | 0.87% | - |
| XYZ | 17.92 | 10.1 | 70.82 | - |
| YUV | 83.37 | 206.8 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 60 | 223 | 0.66 | 0.73 | 0 | 0.13 | 245.89 | 0.72 | 0.55 |
| Hex | 4C | 3C | DF | 42 | 49 | 0 | D | F6 | 48 | 37 |
| Octal | 114 | 74 | 337 | 102 | 111 | 0 | 15 | 366 | 110 | 67 |
| Binary | 1001100 | 111100 | 11011111 | 1000010 | 1001001 | 0 | 1101 | 11110110 | 1001000 | 110111 |
Color Harmonies of #4C3CDF
Complementary color
Monochromatic Colors of #4C3CDF
Black with #4C3CDF
Text Example
Text Example
White with #4C3CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3CDF; }
p { color: rgb(76,60,223); }
H1.HeaderClassName
{
color: #4C3CDF;
}
.AnyTagClassName
{
color: #4C3CDF;
}
</style>
background-color css
<style>
a { background-color: #4C3CDF; }
a { background-color: rgb(76,60,223); }
div.DivClassName
{
background-color: #4C3CDF;
}
.BgClassName
{
background-color: #4C3CDF;
}
</style>
border-color css
<style>
span { border-color: #4C3CDF; }
span { border-color: rgb(76,60,223); }
td.TdClassName
{
border-color: #4C3CDF;
}
.TagClassName
{
border-color: #4C3CDF;
}
</style>