Shades of Neon Blue #4C39DF
Tints of Neon Blue #4C39DF
RGB
CMYK
RGB Variations
Color information
#4C39DF (or 0x4C39DF) is known color: Neon Blue. HEX triplet: 4C, 39 and DF. RGB value is (76,57,223). Sum of RGB (Red+Green+Blue) = 76+57+223=356 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.35% from 356); Green value is 57 (22.66% from 255 or 16.01% from 356); Blue value is 223 (87.5% from 255 or 62.64% from 356); Max value from RGB is 223 - color contains mainly: blue. Hex color #4C39DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C39DF is #B3C620. Grayscale: #505050. Windows color (decimal): -11781665 or 14629196. OLE color: 14629196.
HSL color Cylindrical-coordinate representation of color #4C39DF: hue angle of 246.87º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4C39DF is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 57 | 223 | - |
| CMYK | 0.66 | 0.74 | 0 | 0.13 |
| HSL | 246.87º | 0.72% | 0.55% | - |
| HSV(B) | 246.87º | 0.74% | 0.87% | - |
| XYZ | 17.76 | 9.79 | 70.77 | - |
| YUV | 81.61 | 207.79 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 57 | 223 | 0.66 | 0.74 | 0 | 0.13 | 246.87 | 0.72 | 0.55 |
| Hex | 4C | 39 | DF | 42 | 4A | 0 | D | F7 | 48 | 37 |
| Octal | 114 | 71 | 337 | 102 | 112 | 0 | 15 | 367 | 110 | 67 |
| Binary | 1001100 | 111001 | 11011111 | 1000010 | 1001010 | 0 | 1101 | 11110111 | 1001000 | 110111 |
Color Harmonies of #4C39DF
Complementary color
Monochromatic Colors of #4C39DF
Black with #4C39DF
Text Example
Text Example
White with #4C39DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C39DF; }
p { color: rgb(76,57,223); }
H1.HeaderClassName
{
color: #4C39DF;
}
.AnyTagClassName
{
color: #4C39DF;
}
</style>
background-color css
<style>
a { background-color: #4C39DF; }
a { background-color: rgb(76,57,223); }
div.DivClassName
{
background-color: #4C39DF;
}
.BgClassName
{
background-color: #4C39DF;
}
</style>
border-color css
<style>
span { border-color: #4C39DF; }
span { border-color: rgb(76,57,223); }
td.TdClassName
{
border-color: #4C39DF;
}
.TagClassName
{
border-color: #4C39DF;
}
</style>