Shades of Neon Pink #FC54CF
Tints of Neon Pink #FC54CF
RGB
CMYK
RGB Variations
Color information
#FC54CF (or 0xFC54CF) is known color: Neon Pink. HEX triplet: FC, 54 and CF. RGB value is (252,84,207). Sum of RGB (Red+Green+Blue) = 252+84+207=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 84 (33.20% from 255 or 15.47% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FC54CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC54CF is #03AB30. Grayscale: #939393. Windows color (decimal): -240433 or 13587708. OLE color: 13587708.
HSL color Cylindrical-coordinate representation of color #FC54CF: hue angle of 316.07º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC54CF is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 84 | 207 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.01 |
| HSL | 316.07º | 0.97% | 0.66% | - |
| HSV(B) | 316.07º | 0.67% | 0.99% | - |
| XYZ | 54.58 | 31.54 | 62.24 | - |
| YUV | 148.25 | 161.16 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 84 | 207 | 0 | 0.67 | 0.18 | 0.01 | 316.07 | 0.97 | 0.66 |
| Hex | FC | 54 | CF | 0 | 43 | 12 | 1 | 13C | 61 | 42 |
| Octal | 374 | 124 | 317 | 0 | 103 | 22 | 1 | 474 | 141 | 102 |
| Binary | 11111100 | 1010100 | 11001111 | 0 | 1000011 | 10010 | 1 | 100111100 | 1100001 | 1000010 |
Color Harmonies of #FC54CF
Complementary color
Monochromatic Colors of #FC54CF
Black with #FC54CF
Text Example
Text Example
White with #FC54CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC54CF; }
p { color: rgb(252,84,207); }
H1.HeaderClassName
{
color: #FC54CF;
}
.AnyTagClassName
{
color: #FC54CF;
}
</style>
background-color css
<style>
a { background-color: #FC54CF; }
a { background-color: rgb(252,84,207); }
div.DivClassName
{
background-color: #FC54CF;
}
.BgClassName
{
background-color: #FC54CF;
}
</style>
border-color css
<style>
span { border-color: #FC54CF; }
span { border-color: rgb(252,84,207); }
td.TdClassName
{
border-color: #FC54CF;
}
.TagClassName
{
border-color: #FC54CF;
}
</style>