Shades of Neon Pink #FC77C7
Tints of Neon Pink #FC77C7
RGB
CMYK
RGB Variations
Color information
#FC77C7 (or 0xFC77C7) is known color: Neon Pink. HEX triplet: FC, 77 and C7. RGB value is (252,119,199). Sum of RGB (Red+Green+Blue) = 252+119+199=570 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.21% from 570); Green value is 119 (46.88% from 255 or 20.88% from 570); Blue value is 199 (78.12% from 255 or 34.91% from 570); Max value from RGB is 252 - color contains mainly: red. Hex color #FC77C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC77C7 is #038838. Grayscale: #A7A7A7. Windows color (decimal): -231481 or 13072380. OLE color: 13072380.
HSL color Cylindrical-coordinate representation of color #FC77C7: hue angle of 323.91º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FC77C7 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 119 | 199 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.01 |
| HSL | 323.91º | 0.96% | 0.73% | - |
| HSV(B) | 323.91º | 0.53% | 0.99% | - |
| XYZ | 57.05 | 38.01 | 58.36 | - |
| YUV | 167.89 | 145.56 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 119 | 199 | 0 | 0.53 | 0.21 | 0.01 | 323.91 | 0.96 | 0.73 |
| Hex | FC | 77 | C7 | 0 | 35 | 15 | 1 | 144 | 60 | 49 |
| Octal | 374 | 167 | 307 | 0 | 65 | 25 | 1 | 504 | 140 | 111 |
| Binary | 11111100 | 1110111 | 11000111 | 0 | 110101 | 10101 | 1 | 101000100 | 1100000 | 1001001 |
Color Harmonies of #FC77C7
Complementary color
Monochromatic Colors of #FC77C7
Black with #FC77C7
Text Example
Text Example
White with #FC77C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC77C7; }
p { color: rgb(252,119,199); }
H1.HeaderClassName
{
color: #FC77C7;
}
.AnyTagClassName
{
color: #FC77C7;
}
</style>
background-color css
<style>
a { background-color: #FC77C7; }
a { background-color: rgb(252,119,199); }
div.DivClassName
{
background-color: #FC77C7;
}
.BgClassName
{
background-color: #FC77C7;
}
</style>
border-color css
<style>
span { border-color: #FC77C7; }
span { border-color: rgb(252,119,199); }
td.TdClassName
{
border-color: #FC77C7;
}
.TagClassName
{
border-color: #FC77C7;
}
</style>