Shades of Neon Pink #FC55C2
Tints of Neon Pink #FC55C2
RGB
CMYK
RGB Variations
Color information
#FC55C2 (or 0xFC55C2) is known color: Neon Pink. HEX triplet: FC, 55 and C2. RGB value is (252,85,194). Sum of RGB (Red+Green+Blue) = 252+85+194=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 85 (33.59% from 255 or 16.01% from 531); Blue value is 194 (76.17% from 255 or 36.53% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FC55C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC55C2 is #03AA3D. Grayscale: #939393. Windows color (decimal): -240190 or 12735996. OLE color: 12735996.
HSL color Cylindrical-coordinate representation of color #FC55C2: hue angle of 320.84º 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 #FC55C2 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 85 | 194 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.01 |
| HSL | 320.84º | 0.97% | 0.66% | - |
| HSV(B) | 320.84º | 0.66% | 0.99% | - |
| XYZ | 53.13 | 31.09 | 54.24 | - |
| YUV | 147.36 | 154.33 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 85 | 194 | 0 | 0.66 | 0.23 | 0.01 | 320.84 | 0.97 | 0.66 |
| Hex | FC | 55 | C2 | 0 | 42 | 17 | 1 | 141 | 61 | 42 |
| Octal | 374 | 125 | 302 | 0 | 102 | 27 | 1 | 501 | 141 | 102 |
| Binary | 11111100 | 1010101 | 11000010 | 0 | 1000010 | 10111 | 1 | 101000001 | 1100001 | 1000010 |
Color Harmonies of #FC55C2
Complementary color
Monochromatic Colors of #FC55C2
Black with #FC55C2
Text Example
Text Example
White with #FC55C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC55C2; }
p { color: rgb(252,85,194); }
H1.HeaderClassName
{
color: #FC55C2;
}
.AnyTagClassName
{
color: #FC55C2;
}
</style>
background-color css
<style>
a { background-color: #FC55C2; }
a { background-color: rgb(252,85,194); }
div.DivClassName
{
background-color: #FC55C2;
}
.BgClassName
{
background-color: #FC55C2;
}
</style>
border-color css
<style>
span { border-color: #FC55C2; }
span { border-color: rgb(252,85,194); }
td.TdClassName
{
border-color: #FC55C2;
}
.TagClassName
{
border-color: #FC55C2;
}
</style>