Shades of Neon Blue #4C3DDF
Tints of Neon Blue #4C3DDF
RGB
CMYK
RGB Variations
Color information
#4C3DDF (or 0x4C3DDF) is known color: Neon Blue. HEX triplet: 4C, 3D and DF. RGB value is (76,61,223). Sum of RGB (Red+Green+Blue) = 76+61+223=360 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.11% from 360); Green value is 61 (24.22% from 255 or 16.94% from 360); Blue value is 223 (87.5% from 255 or 61.94% from 360); Max value from RGB is 223 - color contains mainly: blue. Hex color #4C3DDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C3DDF is #B3C220. Grayscale: #535353. Windows color (decimal): -11780641 or 14630220. OLE color: 14630220.
HSL color Cylindrical-coordinate representation of color #4C3DDF: hue angle of 245.56º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4C3DDF is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 61 | 223 | - |
| CMYK | 0.66 | 0.73 | 0 | 0.13 |
| HSL | 245.56º | 0.72% | 0.56% | - |
| HSV(B) | 245.56º | 0.73% | 0.87% | - |
| XYZ | 17.97 | 10.2 | 70.83 | - |
| YUV | 83.95 | 206.47 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 61 | 223 | 0.66 | 0.73 | 0 | 0.13 | 245.56 | 0.72 | 0.56 |
| Hex | 4C | 3D | DF | 42 | 49 | 0 | D | F6 | 48 | 38 |
| Octal | 114 | 75 | 337 | 102 | 111 | 0 | 15 | 366 | 110 | 70 |
| Binary | 1001100 | 111101 | 11011111 | 1000010 | 1001001 | 0 | 1101 | 11110110 | 1001000 | 111000 |
Color Harmonies of #4C3DDF
Complementary color
Monochromatic Colors of #4C3DDF
Black with #4C3DDF
Text Example
Text Example
White with #4C3DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3DDF; }
p { color: rgb(76,61,223); }
H1.HeaderClassName
{
color: #4C3DDF;
}
.AnyTagClassName
{
color: #4C3DDF;
}
</style>
background-color css
<style>
a { background-color: #4C3DDF; }
a { background-color: rgb(76,61,223); }
div.DivClassName
{
background-color: #4C3DDF;
}
.BgClassName
{
background-color: #4C3DDF;
}
</style>
border-color css
<style>
span { border-color: #4C3DDF; }
span { border-color: rgb(76,61,223); }
td.TdClassName
{
border-color: #4C3DDF;
}
.TagClassName
{
border-color: #4C3DDF;
}
</style>