Shades of Neon Pink #FC75D1
Tints of Neon Pink #FC75D1
RGB
CMYK
RGB Variations
Color information
#FC75D1 (or 0xFC75D1) is known color: Neon Pink. HEX triplet: FC, 75 and D1. RGB value is (252,117,209). Sum of RGB (Red+Green+Blue) = 252+117+209=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 117 (46.09% from 255 or 20.24% from 578); Blue value is 209 (82.03% from 255 or 36.16% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FC75D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC75D1 is #038A2E. Grayscale: #A7A7A7. Windows color (decimal): -231983 or 13727228. OLE color: 13727228.
HSL color Cylindrical-coordinate representation of color #FC75D1: hue angle of 319.11º 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 #FC75D1 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 117 | 209 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.01 |
| HSL | 319.11º | 0.96% | 0.72% | - |
| HSV(B) | 319.11º | 0.54% | 0.99% | - |
| XYZ | 58.01 | 38.02 | 64.6 | - |
| YUV | 167.85 | 151.23 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 117 | 209 | 0 | 0.54 | 0.17 | 0.01 | 319.11 | 0.96 | 0.72 |
| Hex | FC | 75 | D1 | 0 | 36 | 11 | 1 | 13F | 60 | 48 |
| Octal | 374 | 165 | 321 | 0 | 66 | 21 | 1 | 477 | 140 | 110 |
| Binary | 11111100 | 1110101 | 11010001 | 0 | 110110 | 10001 | 1 | 100111111 | 1100000 | 1001000 |
Color Harmonies of #FC75D1
Complementary color
Monochromatic Colors of #FC75D1
Black with #FC75D1
Text Example
Text Example
White with #FC75D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC75D1; }
p { color: rgb(252,117,209); }
H1.HeaderClassName
{
color: #FC75D1;
}
.AnyTagClassName
{
color: #FC75D1;
}
</style>
background-color css
<style>
a { background-color: #FC75D1; }
a { background-color: rgb(252,117,209); }
div.DivClassName
{
background-color: #FC75D1;
}
.BgClassName
{
background-color: #FC75D1;
}
</style>
border-color css
<style>
span { border-color: #FC75D1; }
span { border-color: rgb(252,117,209); }
td.TdClassName
{
border-color: #FC75D1;
}
.TagClassName
{
border-color: #FC75D1;
}
</style>