Shades of Neon Pink #FC75D3
Tints of Neon Pink #FC75D3
RGB
CMYK
RGB Variations
Color information
#FC75D3 (or 0xFC75D3) is known color: Neon Pink. HEX triplet: FC, 75 and D3. RGB value is (252,117,211). Sum of RGB (Red+Green+Blue) = 252+117+211=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 117 (46.09% from 255 or 20.17% from 580); Blue value is 211 (82.81% from 255 or 36.38% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FC75D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC75D3 is #038A2C. Grayscale: #A7A7A7. Windows color (decimal): -231981 or 13858300. OLE color: 13858300.
HSL color Cylindrical-coordinate representation of color #FC75D3: hue angle of 318.22º 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 #FC75D3 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 117 | 211 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.01 |
| HSL | 318.22º | 0.96% | 0.72% | - |
| HSV(B) | 318.22º | 0.54% | 0.99% | - |
| XYZ | 58.26 | 38.12 | 65.92 | - |
| YUV | 168.08 | 152.23 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 117 | 211 | 0 | 0.54 | 0.16 | 0.01 | 318.22 | 0.96 | 0.72 |
| Hex | FC | 75 | D3 | 0 | 36 | 10 | 1 | 13E | 60 | 48 |
| Octal | 374 | 165 | 323 | 0 | 66 | 20 | 1 | 476 | 140 | 110 |
| Binary | 11111100 | 1110101 | 11010011 | 0 | 110110 | 10000 | 1 | 100111110 | 1100000 | 1001000 |
Color Harmonies of #FC75D3
Complementary color
Monochromatic Colors of #FC75D3
Black with #FC75D3
Text Example
Text Example
White with #FC75D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC75D3; }
p { color: rgb(252,117,211); }
H1.HeaderClassName
{
color: #FC75D3;
}
.AnyTagClassName
{
color: #FC75D3;
}
</style>
background-color css
<style>
a { background-color: #FC75D3; }
a { background-color: rgb(252,117,211); }
div.DivClassName
{
background-color: #FC75D3;
}
.BgClassName
{
background-color: #FC75D3;
}
</style>
border-color css
<style>
span { border-color: #FC75D3; }
span { border-color: rgb(252,117,211); }
td.TdClassName
{
border-color: #FC75D3;
}
.TagClassName
{
border-color: #FC75D3;
}
</style>