Shades of Neon Blue #4C4DDF
Tints of Neon Blue #4C4DDF
RGB
CMYK
RGB Variations
Color information
#4C4DDF (or 0x4C4DDF) is known color: Neon Blue. HEX triplet: 4C, 4D and DF. RGB value is (76,77,223). Sum of RGB (Red+Green+Blue) = 76+77+223=376 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.21% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 223 (87.5% from 255 or 59.31% from 376); Max value from RGB is 223 - color contains mainly: blue. Hex color #4C4DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C4DDF is #B3B220. Grayscale: #5C5C5C. Windows color (decimal): -11776545 or 14634316. OLE color: 14634316.
HSL color Cylindrical-coordinate representation of color #4C4DDF: hue angle of 239.59º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C4DDF is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 77 | 223 | - |
| CMYK | 0.66 | 0.65 | 0 | 0.13 |
| HSL | 239.59º | 0.7% | 0.59% | - |
| HSV(B) | 239.59º | 0.66% | 0.87% | - |
| XYZ | 18.95 | 12.17 | 71.16 | - |
| YUV | 93.35 | 201.17 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 77 | 223 | 0.66 | 0.65 | 0 | 0.13 | 239.59 | 0.7 | 0.59 |
| Hex | 4C | 4D | DF | 42 | 41 | 0 | D | F0 | 46 | 3B |
| Octal | 114 | 115 | 337 | 102 | 101 | 0 | 15 | 360 | 106 | 73 |
| Binary | 1001100 | 1001101 | 11011111 | 1000010 | 1000001 | 0 | 1101 | 11110000 | 1000110 | 111011 |
Color Harmonies of #4C4DDF
Complementary color
Monochromatic Colors of #4C4DDF
Black with #4C4DDF
Text Example
Text Example
White with #4C4DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4DDF; }
p { color: rgb(76,77,223); }
H1.HeaderClassName
{
color: #4C4DDF;
}
.AnyTagClassName
{
color: #4C4DDF;
}
</style>
background-color css
<style>
a { background-color: #4C4DDF; }
a { background-color: rgb(76,77,223); }
div.DivClassName
{
background-color: #4C4DDF;
}
.BgClassName
{
background-color: #4C4DDF;
}
</style>
border-color css
<style>
span { border-color: #4C4DDF; }
span { border-color: rgb(76,77,223); }
td.TdClassName
{
border-color: #4C4DDF;
}
.TagClassName
{
border-color: #4C4DDF;
}
</style>