Shades of Neon Blue #4C3CDB
Tints of Neon Blue #4C3CDB
RGB
CMYK
RGB Variations
Color information
#4C3CDB (or 0x4C3CDB) is known color: Neon Blue. HEX triplet: 4C, 3C and DB. RGB value is (76,60,219). Sum of RGB (Red+Green+Blue) = 76+60+219=355 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.41% from 355); Green value is 60 (23.83% from 255 or 16.90% from 355); Blue value is 219 (85.94% from 255 or 61.69% from 355); Max value from RGB is 219 - color contains mainly: blue. Hex color #4C3CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C3CDB is #B3C324. Grayscale: #525252. Windows color (decimal): -11780901 or 14367820. OLE color: 14367820.
HSL color Cylindrical-coordinate representation of color #4C3CDB: hue angle of 246.04º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4C3CDB is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 60 | 219 | - |
| CMYK | 0.65 | 0.73 | 0 | 0.14 |
| HSL | 246.04º | 0.69% | 0.55% | - |
| HSV(B) | 246.04º | 0.73% | 0.86% | - |
| XYZ | 17.38 | 9.88 | 68.01 | - |
| YUV | 82.91 | 204.8 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 60 | 219 | 0.65 | 0.73 | 0 | 0.14 | 246.04 | 0.69 | 0.55 |
| Hex | 4C | 3C | DB | 41 | 49 | 0 | E | F6 | 45 | 37 |
| Octal | 114 | 74 | 333 | 101 | 111 | 0 | 16 | 366 | 105 | 67 |
| Binary | 1001100 | 111100 | 11011011 | 1000001 | 1001001 | 0 | 1110 | 11110110 | 1000101 | 110111 |
Color Harmonies of #4C3CDB
Complementary color
Monochromatic Colors of #4C3CDB
Black with #4C3CDB
Text Example
Text Example
White with #4C3CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3CDB; }
p { color: rgb(76,60,219); }
H1.HeaderClassName
{
color: #4C3CDB;
}
.AnyTagClassName
{
color: #4C3CDB;
}
</style>
background-color css
<style>
a { background-color: #4C3CDB; }
a { background-color: rgb(76,60,219); }
div.DivClassName
{
background-color: #4C3CDB;
}
.BgClassName
{
background-color: #4C3CDB;
}
</style>
border-color css
<style>
span { border-color: #4C3CDB; }
span { border-color: rgb(76,60,219); }
td.TdClassName
{
border-color: #4C3CDB;
}
.TagClassName
{
border-color: #4C3CDB;
}
</style>