Shades of Neon Pink #FC54C6
Tints of Neon Pink #FC54C6
RGB
CMYK
RGB Variations
Color information
#FC54C6 (or 0xFC54C6) is known color: Neon Pink. HEX triplet: FC, 54 and C6. RGB value is (252,84,198). Sum of RGB (Red+Green+Blue) = 252+84+198=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 84 (33.20% from 255 or 15.73% from 534); Blue value is 198 (77.73% from 255 or 37.08% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FC54C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC54C6 is #03AB39. Grayscale: #929292. Windows color (decimal): -240442 or 12997884. OLE color: 12997884.
HSL color Cylindrical-coordinate representation of color #FC54C6: hue angle of 319.29º 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 #FC54C6 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 84 | 198 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.01 |
| HSL | 319.29º | 0.97% | 0.66% | - |
| HSV(B) | 319.29º | 0.67% | 0.99% | - |
| XYZ | 53.51 | 31.11 | 56.61 | - |
| YUV | 147.23 | 156.66 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 84 | 198 | 0 | 0.67 | 0.21 | 0.01 | 319.29 | 0.97 | 0.66 |
| Hex | FC | 54 | C6 | 0 | 43 | 15 | 1 | 13F | 61 | 42 |
| Octal | 374 | 124 | 306 | 0 | 103 | 25 | 1 | 477 | 141 | 102 |
| Binary | 11111100 | 1010100 | 11000110 | 0 | 1000011 | 10101 | 1 | 100111111 | 1100001 | 1000010 |
Color Harmonies of #FC54C6
Complementary color
Monochromatic Colors of #FC54C6
Black with #FC54C6
Text Example
Text Example
White with #FC54C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC54C6; }
p { color: rgb(252,84,198); }
H1.HeaderClassName
{
color: #FC54C6;
}
.AnyTagClassName
{
color: #FC54C6;
}
</style>
background-color css
<style>
a { background-color: #FC54C6; }
a { background-color: rgb(252,84,198); }
div.DivClassName
{
background-color: #FC54C6;
}
.BgClassName
{
background-color: #FC54C6;
}
</style>
border-color css
<style>
span { border-color: #FC54C6; }
span { border-color: rgb(252,84,198); }
td.TdClassName
{
border-color: #FC54C6;
}
.TagClassName
{
border-color: #FC54C6;
}
</style>