Shades of Neon Pink #FC6AD3
Tints of Neon Pink #FC6AD3
RGB
CMYK
RGB Variations
Color information
#FC6AD3 (or 0xFC6AD3) is known color: Neon Pink. HEX triplet: FC, 6A and D3. RGB value is (252,106,211). Sum of RGB (Red+Green+Blue) = 252+106+211=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 106 (41.80% from 255 or 18.63% from 569); Blue value is 211 (82.81% from 255 or 37.08% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6AD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6AD3 is #03952C. Grayscale: #A1A1A1. Windows color (decimal): -234797 or 13855484. OLE color: 13855484.
HSL color Cylindrical-coordinate representation of color #FC6AD3: hue angle of 316.85º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FC6AD3 is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 106 | 211 | - |
| CMYK | 0 | 0.58 | 0.16 | 0.01 |
| HSL | 316.85º | 0.96% | 0.7% | - |
| HSV(B) | 316.85º | 0.58% | 0.99% | - |
| XYZ | 57.06 | 35.71 | 65.51 | - |
| YUV | 161.62 | 155.87 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 106 | 211 | 0 | 0.58 | 0.16 | 0.01 | 316.85 | 0.96 | 0.7 |
| Hex | FC | 6A | D3 | 0 | 3A | 10 | 1 | 13D | 60 | 46 |
| Octal | 374 | 152 | 323 | 0 | 72 | 20 | 1 | 475 | 140 | 106 |
| Binary | 11111100 | 1101010 | 11010011 | 0 | 111010 | 10000 | 1 | 100111101 | 1100000 | 1000110 |
Color Harmonies of #FC6AD3
Complementary color
Monochromatic Colors of #FC6AD3
Black with #FC6AD3
Text Example
Text Example
White with #FC6AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6AD3; }
p { color: rgb(252,106,211); }
H1.HeaderClassName
{
color: #FC6AD3;
}
.AnyTagClassName
{
color: #FC6AD3;
}
</style>
background-color css
<style>
a { background-color: #FC6AD3; }
a { background-color: rgb(252,106,211); }
div.DivClassName
{
background-color: #FC6AD3;
}
.BgClassName
{
background-color: #FC6AD3;
}
</style>
border-color css
<style>
span { border-color: #FC6AD3; }
span { border-color: rgb(252,106,211); }
td.TdClassName
{
border-color: #FC6AD3;
}
.TagClassName
{
border-color: #FC6AD3;
}
</style>