Shades of Neon Pink #FC7ACE
Tints of Neon Pink #FC7ACE
RGB
CMYK
RGB Variations
Color information
#FC7ACE (or 0xFC7ACE) is known color: Neon Pink. HEX triplet: FC, 7A and CE. RGB value is (252,122,206). Sum of RGB (Red+Green+Blue) = 252+122+206=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 122 (48.05% from 255 or 21.03% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7ACE is #038531. Grayscale: #AAAAAA. Windows color (decimal): -230706 or 13531900. OLE color: 13531900.
HSL color Cylindrical-coordinate representation of color #FC7ACE: hue angle of 321.23º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FC7ACE is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 122 | 206 | - |
| CMYK | 0 | 0.52 | 0.18 | 0.01 |
| HSL | 321.23º | 0.96% | 0.73% | - |
| HSV(B) | 321.23º | 0.52% | 0.99% | - |
| XYZ | 58.25 | 39.07 | 62.86 | - |
| YUV | 170.45 | 148.07 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 122 | 206 | 0 | 0.52 | 0.18 | 0.01 | 321.23 | 0.96 | 0.73 |
| Hex | FC | 7A | CE | 0 | 34 | 12 | 1 | 141 | 60 | 49 |
| Octal | 374 | 172 | 316 | 0 | 64 | 22 | 1 | 501 | 140 | 111 |
| Binary | 11111100 | 1111010 | 11001110 | 0 | 110100 | 10010 | 1 | 101000001 | 1100000 | 1001001 |
Color Harmonies of #FC7ACE
Complementary color
Monochromatic Colors of #FC7ACE
Black with #FC7ACE
Text Example
Text Example
White with #FC7ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7ACE; }
p { color: rgb(252,122,206); }
H1.HeaderClassName
{
color: #FC7ACE;
}
.AnyTagClassName
{
color: #FC7ACE;
}
</style>
background-color css
<style>
a { background-color: #FC7ACE; }
a { background-color: rgb(252,122,206); }
div.DivClassName
{
background-color: #FC7ACE;
}
.BgClassName
{
background-color: #FC7ACE;
}
</style>
border-color css
<style>
span { border-color: #FC7ACE; }
span { border-color: rgb(252,122,206); }
td.TdClassName
{
border-color: #FC7ACE;
}
.TagClassName
{
border-color: #FC7ACE;
}
</style>