Shades of Neon Pink #FC5AC1
Tints of Neon Pink #FC5AC1
RGB
CMYK
RGB Variations
Color information
#FC5AC1 (or 0xFC5AC1) is known color: Neon Pink. HEX triplet: FC, 5A and C1. RGB value is (252,90,193). Sum of RGB (Red+Green+Blue) = 252+90+193=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 90 (35.55% from 255 or 16.82% from 535); Blue value is 193 (75.78% from 255 or 36.07% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5AC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC5AC1 is #03A53E. Grayscale: #959595. Windows color (decimal): -238911 or 12671740. OLE color: 12671740.
HSL color Cylindrical-coordinate representation of color #FC5AC1: hue angle of 321.85º 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 #FC5AC1 is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 90 | 193 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.01 |
| HSL | 321.85º | 0.96% | 0.67% | - |
| HSV(B) | 321.85º | 0.64% | 0.99% | - |
| XYZ | 53.43 | 31.86 | 53.79 | - |
| YUV | 150.18 | 152.17 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 90 | 193 | 0 | 0.64 | 0.23 | 0.01 | 321.85 | 0.96 | 0.67 |
| Hex | FC | 5A | C1 | 0 | 40 | 17 | 1 | 142 | 60 | 43 |
| Octal | 374 | 132 | 301 | 0 | 100 | 27 | 1 | 502 | 140 | 103 |
| Binary | 11111100 | 1011010 | 11000001 | 0 | 1000000 | 10111 | 1 | 101000010 | 1100000 | 1000011 |
Color Harmonies of #FC5AC1
Complementary color
Monochromatic Colors of #FC5AC1
Black with #FC5AC1
Text Example
Text Example
White with #FC5AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5AC1; }
p { color: rgb(252,90,193); }
H1.HeaderClassName
{
color: #FC5AC1;
}
.AnyTagClassName
{
color: #FC5AC1;
}
</style>
background-color css
<style>
a { background-color: #FC5AC1; }
a { background-color: rgb(252,90,193); }
div.DivClassName
{
background-color: #FC5AC1;
}
.BgClassName
{
background-color: #FC5AC1;
}
</style>
border-color css
<style>
span { border-color: #FC5AC1; }
span { border-color: rgb(252,90,193); }
td.TdClassName
{
border-color: #FC5AC1;
}
.TagClassName
{
border-color: #FC5AC1;
}
</style>