Shades of Neon Blue #4C38DF
Tints of Neon Blue #4C38DF
RGB
CMYK
RGB Variations
Color information
#4C38DF (or 0x4C38DF) is known color: Neon Blue. HEX triplet: 4C, 38 and DF. RGB value is (76,56,223). Sum of RGB (Red+Green+Blue) = 76+56+223=355 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.41% from 355); Green value is 56 (22.27% from 255 or 15.77% from 355); Blue value is 223 (87.5% from 255 or 62.82% from 355); Max value from RGB is 223 - color contains mainly: blue. Hex color #4C38DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C38DF is #B3C720. Grayscale: #505050. Windows color (decimal): -11781921 or 14628940. OLE color: 14628940.
HSL color Cylindrical-coordinate representation of color #4C38DF: hue angle of 247.19º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4C38DF is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 56 | 223 | - |
| CMYK | 0.66 | 0.75 | 0 | 0.13 |
| HSL | 247.19º | 0.72% | 0.55% | - |
| HSV(B) | 247.19º | 0.75% | 0.87% | - |
| XYZ | 17.71 | 9.69 | 70.75 | - |
| YUV | 81.02 | 208.13 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 56 | 223 | 0.66 | 0.75 | 0 | 0.13 | 247.19 | 0.72 | 0.55 |
| Hex | 4C | 38 | DF | 42 | 4B | 0 | D | F7 | 48 | 37 |
| Octal | 114 | 70 | 337 | 102 | 113 | 0 | 15 | 367 | 110 | 67 |
| Binary | 1001100 | 111000 | 11011111 | 1000010 | 1001011 | 0 | 1101 | 11110111 | 1001000 | 110111 |
Color Harmonies of #4C38DF
Complementary color
Monochromatic Colors of #4C38DF
Black with #4C38DF
Text Example
Text Example
White with #4C38DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C38DF; }
p { color: rgb(76,56,223); }
H1.HeaderClassName
{
color: #4C38DF;
}
.AnyTagClassName
{
color: #4C38DF;
}
</style>
background-color css
<style>
a { background-color: #4C38DF; }
a { background-color: rgb(76,56,223); }
div.DivClassName
{
background-color: #4C38DF;
}
.BgClassName
{
background-color: #4C38DF;
}
</style>
border-color css
<style>
span { border-color: #4C38DF; }
span { border-color: rgb(76,56,223); }
td.TdClassName
{
border-color: #4C38DF;
}
.TagClassName
{
border-color: #4C38DF;
}
</style>