Shades of Neon Pink #FC72C1
Tints of Neon Pink #FC72C1
RGB
CMYK
RGB Variations
Color information
#FC72C1 (or 0xFC72C1) is known color: Neon Pink. HEX triplet: FC, 72 and C1. RGB value is (252,114,193). Sum of RGB (Red+Green+Blue) = 252+114+193=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 114 (44.92% from 255 or 20.39% from 559); Blue value is 193 (75.78% from 255 or 34.53% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FC72C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC72C1 is #038D3E. Grayscale: #A4A4A4. Windows color (decimal): -232767 or 12677884. OLE color: 12677884.
HSL color Cylindrical-coordinate representation of color #FC72C1: hue angle of 325.65º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FC72C1 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 114 | 193 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.01 |
| HSL | 325.65º | 0.96% | 0.72% | - |
| HSV(B) | 325.65º | 0.55% | 0.99% | - |
| XYZ | 55.79 | 36.58 | 54.57 | - |
| YUV | 164.27 | 144.22 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 114 | 193 | 0 | 0.55 | 0.23 | 0.01 | 325.65 | 0.96 | 0.72 |
| Hex | FC | 72 | C1 | 0 | 37 | 17 | 1 | 146 | 60 | 48 |
| Octal | 374 | 162 | 301 | 0 | 67 | 27 | 1 | 506 | 140 | 110 |
| Binary | 11111100 | 1110010 | 11000001 | 0 | 110111 | 10111 | 1 | 101000110 | 1100000 | 1001000 |
Color Harmonies of #FC72C1
Complementary color
Monochromatic Colors of #FC72C1
Black with #FC72C1
Text Example
Text Example
White with #FC72C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC72C1; }
p { color: rgb(252,114,193); }
H1.HeaderClassName
{
color: #FC72C1;
}
.AnyTagClassName
{
color: #FC72C1;
}
</style>
background-color css
<style>
a { background-color: #FC72C1; }
a { background-color: rgb(252,114,193); }
div.DivClassName
{
background-color: #FC72C1;
}
.BgClassName
{
background-color: #FC72C1;
}
</style>
border-color css
<style>
span { border-color: #FC72C1; }
span { border-color: rgb(252,114,193); }
td.TdClassName
{
border-color: #FC72C1;
}
.TagClassName
{
border-color: #FC72C1;
}
</style>