Shades of Neon Blue #4C3FDF
Tints of Neon Blue #4C3FDF
RGB
CMYK
RGB Variations
Color information
#4C3FDF (or 0x4C3FDF) is known color: Neon Blue. HEX triplet: 4C, 3F and DF. RGB value is (76,63,223). Sum of RGB (Red+Green+Blue) = 76+63+223=362 (47% of max value = 765). Red value is 76 (30.08% from 255 or 20.99% from 362); Green value is 63 (25% from 255 or 17.40% from 362); Blue value is 223 (87.5% from 255 or 61.60% from 362); Max value from RGB is 223 - color contains mainly: blue. Hex color #4C3FDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C3FDF is #B3C020. Grayscale: #545454. Windows color (decimal): -11780129 or 14630732. OLE color: 14630732.
HSL color Cylindrical-coordinate representation of color #4C3FDF: hue angle of 244.88º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4C3FDF is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 76 | 63 | 223 | - |
| CMYK | 0.66 | 0.72 | 0 | 0.13 |
| HSL | 244.88º | 0.71% | 0.56% | - |
| HSV(B) | 244.88º | 0.72% | 0.87% | - |
| XYZ | 18.08 | 10.42 | 70.87 | - |
| YUV | 85.13 | 205.81 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 63 | 223 | 0.66 | 0.72 | 0 | 0.13 | 244.88 | 0.71 | 0.56 |
| Hex | 4C | 3F | DF | 42 | 48 | 0 | D | F5 | 47 | 38 |
| Octal | 114 | 77 | 337 | 102 | 110 | 0 | 15 | 365 | 107 | 70 |
| Binary | 1001100 | 111111 | 11011111 | 1000010 | 1001000 | 0 | 1101 | 11110101 | 1000111 | 111000 |
Color Harmonies of #4C3FDF
Complementary color
Monochromatic Colors of #4C3FDF
Black with #4C3FDF
Text Example
Text Example
White with #4C3FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3FDF; }
p { color: rgb(76,63,223); }
H1.HeaderClassName
{
color: #4C3FDF;
}
.AnyTagClassName
{
color: #4C3FDF;
}
</style>
background-color css
<style>
a { background-color: #4C3FDF; }
a { background-color: rgb(76,63,223); }
div.DivClassName
{
background-color: #4C3FDF;
}
.BgClassName
{
background-color: #4C3FDF;
}
</style>
border-color css
<style>
span { border-color: #4C3FDF; }
span { border-color: rgb(76,63,223); }
td.TdClassName
{
border-color: #4C3FDF;
}
.TagClassName
{
border-color: #4C3FDF;
}
</style>