Shades of Neon Pink #FC6ACF
Tints of Neon Pink #FC6ACF
RGB
CMYK
RGB Variations
Color information
#FC6ACF (or 0xFC6ACF) is known color: Neon Pink. HEX triplet: FC, 6A and CF. RGB value is (252,106,207). Sum of RGB (Red+Green+Blue) = 252+106+207=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 106 (41.80% from 255 or 18.76% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6ACF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6ACF is #039530. Grayscale: #A0A0A0. Windows color (decimal): -234801 or 13593340. OLE color: 13593340.
HSL color Cylindrical-coordinate representation of color #FC6ACF: hue angle of 318.49º 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 #FC6ACF is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 106 | 207 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.01 |
| HSL | 318.49º | 0.96% | 0.7% | - |
| HSV(B) | 318.49º | 0.58% | 0.99% | - |
| XYZ | 56.56 | 35.51 | 62.9 | - |
| YUV | 161.17 | 153.87 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 106 | 207 | 0 | 0.58 | 0.18 | 0.01 | 318.49 | 0.96 | 0.7 |
| Hex | FC | 6A | CF | 0 | 3A | 12 | 1 | 13E | 60 | 46 |
| Octal | 374 | 152 | 317 | 0 | 72 | 22 | 1 | 476 | 140 | 106 |
| Binary | 11111100 | 1101010 | 11001111 | 0 | 111010 | 10010 | 1 | 100111110 | 1100000 | 1000110 |
Color Harmonies of #FC6ACF
Complementary color
Monochromatic Colors of #FC6ACF
Black with #FC6ACF
Text Example
Text Example
White with #FC6ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6ACF; }
p { color: rgb(252,106,207); }
H1.HeaderClassName
{
color: #FC6ACF;
}
.AnyTagClassName
{
color: #FC6ACF;
}
</style>
background-color css
<style>
a { background-color: #FC6ACF; }
a { background-color: rgb(252,106,207); }
div.DivClassName
{
background-color: #FC6ACF;
}
.BgClassName
{
background-color: #FC6ACF;
}
</style>
border-color css
<style>
span { border-color: #FC6ACF; }
span { border-color: rgb(252,106,207); }
td.TdClassName
{
border-color: #FC6ACF;
}
.TagClassName
{
border-color: #FC6ACF;
}
</style>