Shades of Neon Blue #4C3FDB
Tints of Neon Blue #4C3FDB
RGB
CMYK
RGB Variations
Color information
#4C3FDB (or 0x4C3FDB) is known color: Neon Blue. HEX triplet: 4C, 3F and DB. RGB value is (76,63,219). Sum of RGB (Red+Green+Blue) = 76+63+219=358 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.23% from 358); Green value is 63 (25% from 255 or 17.60% from 358); Blue value is 219 (85.94% from 255 or 61.17% from 358); Max value from RGB is 219 - color contains mainly: blue. Hex color #4C3FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C3FDB is #B3C024. Grayscale: #545454. Windows color (decimal): -11780133 or 14368588. OLE color: 14368588.
HSL color Cylindrical-coordinate representation of color #4C3FDB: hue angle of 245º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4C3FDB is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 63 | 219 | - |
| CMYK | 0.65 | 0.71 | 0 | 0.14 |
| HSL | 245º | 0.68% | 0.55% | - |
| HSV(B) | 245º | 0.71% | 0.86% | - |
| XYZ | 17.54 | 10.21 | 68.06 | - |
| YUV | 84.67 | 203.81 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 63 | 219 | 0.65 | 0.71 | 0 | 0.14 | 245 | 0.68 | 0.55 |
| Hex | 4C | 3F | DB | 41 | 47 | 0 | E | F5 | 44 | 37 |
| Octal | 114 | 77 | 333 | 101 | 107 | 0 | 16 | 365 | 104 | 67 |
| Binary | 1001100 | 111111 | 11011011 | 1000001 | 1000111 | 0 | 1110 | 11110101 | 1000100 | 110111 |
Color Harmonies of #4C3FDB
Complementary color
Monochromatic Colors of #4C3FDB
Black with #4C3FDB
Text Example
Text Example
White with #4C3FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3FDB; }
p { color: rgb(76,63,219); }
H1.HeaderClassName
{
color: #4C3FDB;
}
.AnyTagClassName
{
color: #4C3FDB;
}
</style>
background-color css
<style>
a { background-color: #4C3FDB; }
a { background-color: rgb(76,63,219); }
div.DivClassName
{
background-color: #4C3FDB;
}
.BgClassName
{
background-color: #4C3FDB;
}
</style>
border-color css
<style>
span { border-color: #4C3FDB; }
span { border-color: rgb(76,63,219); }
td.TdClassName
{
border-color: #4C3FDB;
}
.TagClassName
{
border-color: #4C3FDB;
}
</style>