Shades of Neon Blue #4D3CF6
Tints of Neon Blue #4D3CF6
RGB
CMYK
RGB Variations
Color information
#4D3CF6 (or 0x4D3CF6) is known color: Neon Blue. HEX triplet: 4D, 3C and F6. RGB value is (77,60,246). Sum of RGB (Red+Green+Blue) = 77+60+246=383 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.10% from 383); Green value is 60 (23.83% from 255 or 15.67% 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 #4D3CF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D3CF6 is #B2C309. Grayscale: #555555. Windows color (decimal): -11715338 or 16137293. OLE color: 16137293.
HSL color Cylindrical-coordinate representation of color #4D3CF6: hue angle of 245.48º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4D3CF6 is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 77 | 60 | 246 | - |
| CMYK | 0.69 | 0.76 | 0 | 0.04 |
| HSL | 245.48º | 0.91% | 0.6% | - |
| HSV(B) | 245.48º | 0.76% | 0.96% | - |
| XYZ | 21.31 | 11.46 | 88.28 | - |
| YUV | 86.29 | 218.13 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 60 | 246 | 0.69 | 0.76 | 0 | 0.04 | 245.48 | 0.91 | 0.6 |
| Hex | 4D | 3C | F6 | 45 | 4C | 0 | 4 | F5 | 5B | 3C |
| Octal | 115 | 74 | 366 | 105 | 114 | 0 | 4 | 365 | 133 | 74 |
| Binary | 1001101 | 111100 | 11110110 | 1000101 | 1001100 | 0 | 100 | 11110101 | 1011011 | 111100 |
Color Harmonies of #4D3CF6
Complementary color
Monochromatic Colors of #4D3CF6
Black with #4D3CF6
Text Example
Text Example
White with #4D3CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3CF6; }
p { color: rgb(77,60,246); }
H1.HeaderClassName
{
color: #4D3CF6;
}
.AnyTagClassName
{
color: #4D3CF6;
}
</style>
background-color css
<style>
a { background-color: #4D3CF6; }
a { background-color: rgb(77,60,246); }
div.DivClassName
{
background-color: #4D3CF6;
}
.BgClassName
{
background-color: #4D3CF6;
}
</style>
border-color css
<style>
span { border-color: #4D3CF6; }
span { border-color: rgb(77,60,246); }
td.TdClassName
{
border-color: #4D3CF6;
}
.TagClassName
{
border-color: #4D3CF6;
}
</style>