Shades of Neon Pink #FC5ACC
Tints of Neon Pink #FC5ACC
RGB
CMYK
RGB Variations
Color information
#FC5ACC (or 0xFC5ACC) is known color: Neon Pink. HEX triplet: FC, 5A and CC. RGB value is (252,90,204). Sum of RGB (Red+Green+Blue) = 252+90+204=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 90 (35.55% from 255 or 16.48% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5ACC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5ACC is #03A533. Grayscale: #979797. Windows color (decimal): -238900 or 13392636. OLE color: 13392636.
HSL color Cylindrical-coordinate representation of color #FC5ACC: hue angle of 317.78º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FC5ACC is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 90 | 204 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.01 |
| HSL | 317.78º | 0.96% | 0.67% | - |
| HSV(B) | 317.78º | 0.64% | 0.99% | - |
| XYZ | 54.7 | 32.37 | 60.49 | - |
| YUV | 151.43 | 157.67 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 90 | 204 | 0 | 0.64 | 0.19 | 0.01 | 317.78 | 0.96 | 0.67 |
| Hex | FC | 5A | CC | 0 | 40 | 13 | 1 | 13E | 60 | 43 |
| Octal | 374 | 132 | 314 | 0 | 100 | 23 | 1 | 476 | 140 | 103 |
| Binary | 11111100 | 1011010 | 11001100 | 0 | 1000000 | 10011 | 1 | 100111110 | 1100000 | 1000011 |
Color Harmonies of #FC5ACC
Complementary color
Monochromatic Colors of #FC5ACC
Black with #FC5ACC
Text Example
Text Example
White with #FC5ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5ACC; }
p { color: rgb(252,90,204); }
H1.HeaderClassName
{
color: #FC5ACC;
}
.AnyTagClassName
{
color: #FC5ACC;
}
</style>
background-color css
<style>
a { background-color: #FC5ACC; }
a { background-color: rgb(252,90,204); }
div.DivClassName
{
background-color: #FC5ACC;
}
.BgClassName
{
background-color: #FC5ACC;
}
</style>
border-color css
<style>
span { border-color: #FC5ACC; }
span { border-color: rgb(252,90,204); }
td.TdClassName
{
border-color: #FC5ACC;
}
.TagClassName
{
border-color: #FC5ACC;
}
</style>