Shades of Neon Blue #4C3DF6
Tints of Neon Blue #4C3DF6
RGB
CMYK
RGB Variations
Color information
#4C3DF6 (or 0x4C3DF6) is known color: Neon Blue. HEX triplet: 4C, 3D and F6. RGB value is (76,61,246). Sum of RGB (Red+Green+Blue) = 76+61+246=383 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.84% from 383); Green value is 61 (24.22% from 255 or 15.93% from 383); Blue value is 246 (96.48% from 255 or 64.23% from 383); Max value from RGB is 246 - color contains mainly: blue. Hex color #4C3DF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C3DF6 is #B3C209. Grayscale: #555555. Windows color (decimal): -11780618 or 16137548. OLE color: 16137548.
HSL color Cylindrical-coordinate representation of color #4C3DF6: hue angle of 244.86º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4C3DF6 is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 76 | 61 | 246 | - |
| CMYK | 0.69 | 0.75 | 0 | 0.04 |
| HSL | 244.86º | 0.91% | 0.6% | - |
| HSV(B) | 244.86º | 0.75% | 0.96% | - |
| XYZ | 21.28 | 11.53 | 88.29 | - |
| YUV | 86.58 | 217.97 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 61 | 246 | 0.69 | 0.75 | 0 | 0.04 | 244.86 | 0.91 | 0.6 |
| Hex | 4C | 3D | F6 | 45 | 4B | 0 | 4 | F5 | 5B | 3C |
| Octal | 114 | 75 | 366 | 105 | 113 | 0 | 4 | 365 | 133 | 74 |
| Binary | 1001100 | 111101 | 11110110 | 1000101 | 1001011 | 0 | 100 | 11110101 | 1011011 | 111100 |
Color Harmonies of #4C3DF6
Complementary color
Monochromatic Colors of #4C3DF6
Black with #4C3DF6
Text Example
Text Example
White with #4C3DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3DF6; }
p { color: rgb(76,61,246); }
H1.HeaderClassName
{
color: #4C3DF6;
}
.AnyTagClassName
{
color: #4C3DF6;
}
</style>
background-color css
<style>
a { background-color: #4C3DF6; }
a { background-color: rgb(76,61,246); }
div.DivClassName
{
background-color: #4C3DF6;
}
.BgClassName
{
background-color: #4C3DF6;
}
</style>
border-color css
<style>
span { border-color: #4C3DF6; }
span { border-color: rgb(76,61,246); }
td.TdClassName
{
border-color: #4C3DF6;
}
.TagClassName
{
border-color: #4C3DF6;
}
</style>