Shades of Neon Pink #FC55CA
Tints of Neon Pink #FC55CA
RGB
CMYK
RGB Variations
Color information
#FC55CA (or 0xFC55CA) is known color: Neon Pink. HEX triplet: FC, 55 and CA. RGB value is (252,85,202). Sum of RGB (Red+Green+Blue) = 252+85+202=539 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.75% from 539); Green value is 85 (33.59% from 255 or 15.77% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 252 - color contains mainly: red. Hex color #FC55CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC55CA is #03AA35. Grayscale: #939393. Windows color (decimal): -240182 or 13260284. OLE color: 13260284.
HSL color Cylindrical-coordinate representation of color #FC55CA: hue angle of 317.96º 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 #FC55CA is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 85 | 202 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.01 |
| HSL | 317.96º | 0.97% | 0.66% | - |
| HSV(B) | 317.96º | 0.66% | 0.99% | - |
| XYZ | 54.05 | 31.46 | 59.1 | - |
| YUV | 148.27 | 158.33 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 85 | 202 | 0 | 0.66 | 0.20 | 0.01 | 317.96 | 0.97 | 0.66 |
| Hex | FC | 55 | CA | 0 | 42 | 14 | 1 | 13E | 61 | 42 |
| Octal | 374 | 125 | 312 | 0 | 102 | 24 | 1 | 476 | 141 | 102 |
| Binary | 11111100 | 1010101 | 11001010 | 0 | 1000010 | 10100 | 1 | 100111110 | 1100001 | 1000010 |
Color Harmonies of #FC55CA
Complementary color
Monochromatic Colors of #FC55CA
Black with #FC55CA
Text Example
Text Example
White with #FC55CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC55CA; }
p { color: rgb(252,85,202); }
H1.HeaderClassName
{
color: #FC55CA;
}
.AnyTagClassName
{
color: #FC55CA;
}
</style>
background-color css
<style>
a { background-color: #FC55CA; }
a { background-color: rgb(252,85,202); }
div.DivClassName
{
background-color: #FC55CA;
}
.BgClassName
{
background-color: #FC55CA;
}
</style>
border-color css
<style>
span { border-color: #FC55CA; }
span { border-color: rgb(252,85,202); }
td.TdClassName
{
border-color: #FC55CA;
}
.TagClassName
{
border-color: #FC55CA;
}
</style>