Shades of Neon Blue #4C3DDB
Tints of Neon Blue #4C3DDB
RGB
CMYK
RGB Variations
Color information
#4C3DDB (or 0x4C3DDB) is known color: Neon Blue. HEX triplet: 4C, 3D and DB. RGB value is (76,61,219). Sum of RGB (Red+Green+Blue) = 76+61+219=356 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.35% from 356); Green value is 61 (24.22% from 255 or 17.13% from 356); Blue value is 219 (85.94% from 255 or 61.52% from 356); Max value from RGB is 219 - color contains mainly: blue. Hex color #4C3DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C3DDB is #B3C224. Grayscale: #525252. Windows color (decimal): -11780645 or 14368076. OLE color: 14368076.
HSL color Cylindrical-coordinate representation of color #4C3DDB: hue angle of 245.7º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4C3DDB is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 61 | 219 | - |
| CMYK | 0.65 | 0.72 | 0 | 0.14 |
| HSL | 245.7º | 0.69% | 0.55% | - |
| HSV(B) | 245.7º | 0.72% | 0.86% | - |
| XYZ | 17.44 | 9.99 | 68.03 | - |
| YUV | 83.5 | 204.47 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 61 | 219 | 0.65 | 0.72 | 0 | 0.14 | 245.7 | 0.69 | 0.55 |
| Hex | 4C | 3D | DB | 41 | 48 | 0 | E | F6 | 45 | 37 |
| Octal | 114 | 75 | 333 | 101 | 110 | 0 | 16 | 366 | 105 | 67 |
| Binary | 1001100 | 111101 | 11011011 | 1000001 | 1001000 | 0 | 1110 | 11110110 | 1000101 | 110111 |
Color Harmonies of #4C3DDB
Complementary color
Monochromatic Colors of #4C3DDB
Black with #4C3DDB
Text Example
Text Example
White with #4C3DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3DDB; }
p { color: rgb(76,61,219); }
H1.HeaderClassName
{
color: #4C3DDB;
}
.AnyTagClassName
{
color: #4C3DDB;
}
</style>
background-color css
<style>
a { background-color: #4C3DDB; }
a { background-color: rgb(76,61,219); }
div.DivClassName
{
background-color: #4C3DDB;
}
.BgClassName
{
background-color: #4C3DDB;
}
</style>
border-color css
<style>
span { border-color: #4C3DDB; }
span { border-color: rgb(76,61,219); }
td.TdClassName
{
border-color: #4C3DDB;
}
.TagClassName
{
border-color: #4C3DDB;
}
</style>