Shades of Neon Blue #4C3BDB
Tints of Neon Blue #4C3BDB
RGB
CMYK
RGB Variations
Color information
#4C3BDB (or 0x4C3BDB) is known color: Neon Blue. HEX triplet: 4C, 3B and DB. RGB value is (76,59,219). Sum of RGB (Red+Green+Blue) = 76+59+219=354 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.47% from 354); Green value is 59 (23.44% from 255 or 16.67% from 354); Blue value is 219 (85.94% from 255 or 61.86% from 354); Max value from RGB is 219 - color contains mainly: blue. Hex color #4C3BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C3BDB is #B3C424. Grayscale: #515151. Windows color (decimal): -11781157 or 14367564. OLE color: 14367564.
HSL color Cylindrical-coordinate representation of color #4C3BDB: hue angle of 246.37º 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 #4C3BDB is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 59 | 219 | - |
| CMYK | 0.65 | 0.73 | 0 | 0.14 |
| HSL | 246.38º | 0.69% | 0.55% | - |
| HSV(B) | 246.38º | 0.73% | 0.86% | - |
| XYZ | 17.33 | 9.78 | 67.99 | - |
| YUV | 82.32 | 205.13 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 59 | 219 | 0.65 | 0.73 | 0 | 0.14 | 246.38 | 0.69 | 0.55 |
| Hex | 4C | 3B | DB | 41 | 49 | 0 | E | F6 | 45 | 37 |
| Octal | 114 | 73 | 333 | 101 | 111 | 0 | 16 | 366 | 105 | 67 |
| Binary | 1001100 | 111011 | 11011011 | 1000001 | 1001001 | 0 | 1110 | 11110110 | 1000101 | 110111 |
Color Harmonies of #4C3BDB
Complementary color
Monochromatic Colors of #4C3BDB
Black with #4C3BDB
Text Example
Text Example
White with #4C3BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3BDB; }
p { color: rgb(76,59,219); }
H1.HeaderClassName
{
color: #4C3BDB;
}
.AnyTagClassName
{
color: #4C3BDB;
}
</style>
background-color css
<style>
a { background-color: #4C3BDB; }
a { background-color: rgb(76,59,219); }
div.DivClassName
{
background-color: #4C3BDB;
}
.BgClassName
{
background-color: #4C3BDB;
}
</style>
border-color css
<style>
span { border-color: #4C3BDB; }
span { border-color: rgb(76,59,219); }
td.TdClassName
{
border-color: #4C3BDB;
}
.TagClassName
{
border-color: #4C3BDB;
}
</style>