Shades of Neon Pink #FC55C6
Tints of Neon Pink #FC55C6
RGB
CMYK
RGB Variations
Color information
#FC55C6 (or 0xFC55C6) is known color: Neon Pink. HEX triplet: FC, 55 and C6. RGB value is (252,85,198). Sum of RGB (Red+Green+Blue) = 252+85+198=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 85 (33.59% from 255 or 15.89% from 535); Blue value is 198 (77.73% from 255 or 37.01% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FC55C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC55C6 is #03AA39. Grayscale: #939393. Windows color (decimal): -240186 or 12998140. OLE color: 12998140.
HSL color Cylindrical-coordinate representation of color #FC55C6: hue angle of 319.4º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FC55C6 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 85 | 198 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.01 |
| HSL | 319.4º | 0.97% | 0.66% | - |
| HSV(B) | 319.4º | 0.66% | 0.99% | - |
| XYZ | 53.59 | 31.27 | 56.64 | - |
| YUV | 147.82 | 156.33 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 85 | 198 | 0 | 0.66 | 0.21 | 0.01 | 319.4 | 0.97 | 0.66 |
| Hex | FC | 55 | C6 | 0 | 42 | 15 | 1 | 13F | 61 | 42 |
| Octal | 374 | 125 | 306 | 0 | 102 | 25 | 1 | 477 | 141 | 102 |
| Binary | 11111100 | 1010101 | 11000110 | 0 | 1000010 | 10101 | 1 | 100111111 | 1100001 | 1000010 |
Color Harmonies of #FC55C6
Complementary color
Monochromatic Colors of #FC55C6
Black with #FC55C6
Text Example
Text Example
White with #FC55C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC55C6; }
p { color: rgb(252,85,198); }
H1.HeaderClassName
{
color: #FC55C6;
}
.AnyTagClassName
{
color: #FC55C6;
}
</style>
background-color css
<style>
a { background-color: #FC55C6; }
a { background-color: rgb(252,85,198); }
div.DivClassName
{
background-color: #FC55C6;
}
.BgClassName
{
background-color: #FC55C6;
}
</style>
border-color css
<style>
span { border-color: #FC55C6; }
span { border-color: rgb(252,85,198); }
td.TdClassName
{
border-color: #FC55C6;
}
.TagClassName
{
border-color: #FC55C6;
}
</style>