Shades of Neon Blue #4C3ADB
Tints of Neon Blue #4C3ADB
RGB
CMYK
RGB Variations
Color information
#4C3ADB (or 0x4C3ADB) is known color: Neon Blue. HEX triplet: 4C, 3A and DB. RGB value is (76,58,219). Sum of RGB (Red+Green+Blue) = 76+58+219=353 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.53% from 353); Green value is 58 (23.05% from 255 or 16.43% from 353); Blue value is 219 (85.94% from 255 or 62.04% from 353); Max value from RGB is 219 - color contains mainly: blue. Hex color #4C3ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C3ADB is #B3C524. Grayscale: #515151. Windows color (decimal): -11781413 or 14367308. OLE color: 14367308.
HSL color Cylindrical-coordinate representation of color #4C3ADB: hue angle of 246.71º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4C3ADB is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 58 | 219 | - |
| CMYK | 0.65 | 0.74 | 0 | 0.14 |
| HSL | 246.71º | 0.69% | 0.54% | - |
| HSV(B) | 246.71º | 0.74% | 0.86% | - |
| XYZ | 17.28 | 9.68 | 67.97 | - |
| YUV | 81.74 | 205.46 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 58 | 219 | 0.65 | 0.74 | 0 | 0.14 | 246.71 | 0.69 | 0.54 |
| Hex | 4C | 3A | DB | 41 | 4A | 0 | E | F7 | 45 | 36 |
| Octal | 114 | 72 | 333 | 101 | 112 | 0 | 16 | 367 | 105 | 66 |
| Binary | 1001100 | 111010 | 11011011 | 1000001 | 1001010 | 0 | 1110 | 11110111 | 1000101 | 110110 |
Color Harmonies of #4C3ADB
Complementary color
Monochromatic Colors of #4C3ADB
Black with #4C3ADB
Text Example
Text Example
White with #4C3ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3ADB; }
p { color: rgb(76,58,219); }
H1.HeaderClassName
{
color: #4C3ADB;
}
.AnyTagClassName
{
color: #4C3ADB;
}
</style>
background-color css
<style>
a { background-color: #4C3ADB; }
a { background-color: rgb(76,58,219); }
div.DivClassName
{
background-color: #4C3ADB;
}
.BgClassName
{
background-color: #4C3ADB;
}
</style>
border-color css
<style>
span { border-color: #4C3ADB; }
span { border-color: rgb(76,58,219); }
td.TdClassName
{
border-color: #4C3ADB;
}
.TagClassName
{
border-color: #4C3ADB;
}
</style>