Shades of Neon Blue #4C3DDD
Tints of Neon Blue #4C3DDD
RGB
CMYK
RGB Variations
Color information
#4C3DDD (or 0x4C3DDD) is known color: Neon Blue. HEX triplet: 4C, 3D and DD. RGB value is (76,61,221). Sum of RGB (Red+Green+Blue) = 76+61+221=358 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.23% from 358); Green value is 61 (24.22% from 255 or 17.04% from 358); Blue value is 221 (86.72% from 255 or 61.73% from 358); Max value from RGB is 221 - color contains mainly: blue. Hex color #4C3DDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C3DDD is #B3C222. Grayscale: #535353. Windows color (decimal): -11780643 or 14499148. OLE color: 14499148.
HSL color Cylindrical-coordinate representation of color #4C3DDD: hue angle of 245.62º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4C3DDD is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 61 | 221 | - |
| CMYK | 0.66 | 0.72 | 0 | 0.13 |
| HSL | 245.63º | 0.7% | 0.55% | - |
| HSV(B) | 245.63º | 0.72% | 0.87% | - |
| XYZ | 17.7 | 10.09 | 69.42 | - |
| YUV | 83.73 | 205.47 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 61 | 221 | 0.66 | 0.72 | 0 | 0.13 | 245.63 | 0.7 | 0.55 |
| Hex | 4C | 3D | DD | 42 | 48 | 0 | D | F6 | 46 | 37 |
| Octal | 114 | 75 | 335 | 102 | 110 | 0 | 15 | 366 | 106 | 67 |
| Binary | 1001100 | 111101 | 11011101 | 1000010 | 1001000 | 0 | 1101 | 11110110 | 1000110 | 110111 |
Color Harmonies of #4C3DDD
Complementary color
Monochromatic Colors of #4C3DDD
Black with #4C3DDD
Text Example
Text Example
White with #4C3DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3DDD; }
p { color: rgb(76,61,221); }
H1.HeaderClassName
{
color: #4C3DDD;
}
.AnyTagClassName
{
color: #4C3DDD;
}
</style>
background-color css
<style>
a { background-color: #4C3DDD; }
a { background-color: rgb(76,61,221); }
div.DivClassName
{
background-color: #4C3DDD;
}
.BgClassName
{
background-color: #4C3DDD;
}
</style>
border-color css
<style>
span { border-color: #4C3DDD; }
span { border-color: rgb(76,61,221); }
td.TdClassName
{
border-color: #4C3DDD;
}
.TagClassName
{
border-color: #4C3DDD;
}
</style>