Shades of Neon Pink #FC75C0
Tints of Neon Pink #FC75C0
RGB
CMYK
RGB Variations
Color information
#FC75C0 (or 0xFC75C0) is known color: Neon Pink. HEX triplet: FC, 75 and C0. RGB value is (252,117,192). Sum of RGB (Red+Green+Blue) = 252+117+192=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 117 (46.09% from 255 or 20.86% from 561); Blue value is 192 (75.39% from 255 or 34.22% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FC75C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC75C0 is #038A3F. Grayscale: #A5A5A5. Windows color (decimal): -232000 or 12613116. OLE color: 12613116.
HSL color Cylindrical-coordinate representation of color #FC75C0: hue angle of 326.67º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FC75C0 is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 117 | 192 | - |
| CMYK | 0 | 0.54 | 0.24 | 0.01 |
| HSL | 326.67º | 0.96% | 0.72% | - |
| HSV(B) | 326.67º | 0.54% | 0.99% | - |
| XYZ | 56.02 | 37.22 | 54.1 | - |
| YUV | 165.92 | 142.73 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 117 | 192 | 0 | 0.54 | 0.24 | 0.01 | 326.67 | 0.96 | 0.72 |
| Hex | FC | 75 | C0 | 0 | 36 | 18 | 1 | 147 | 60 | 48 |
| Octal | 374 | 165 | 300 | 0 | 66 | 30 | 1 | 507 | 140 | 110 |
| Binary | 11111100 | 1110101 | 11000000 | 0 | 110110 | 11000 | 1 | 101000111 | 1100000 | 1001000 |
Color Harmonies of #FC75C0
Complementary color
Monochromatic Colors of #FC75C0
Black with #FC75C0
Text Example
Text Example
White with #FC75C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC75C0; }
p { color: rgb(252,117,192); }
H1.HeaderClassName
{
color: #FC75C0;
}
.AnyTagClassName
{
color: #FC75C0;
}
</style>
background-color css
<style>
a { background-color: #FC75C0; }
a { background-color: rgb(252,117,192); }
div.DivClassName
{
background-color: #FC75C0;
}
.BgClassName
{
background-color: #FC75C0;
}
</style>
border-color css
<style>
span { border-color: #FC75C0; }
span { border-color: rgb(252,117,192); }
td.TdClassName
{
border-color: #FC75C0;
}
.TagClassName
{
border-color: #FC75C0;
}
</style>