Shades of Neon Pink #FC70C3
Tints of Neon Pink #FC70C3
RGB
CMYK
RGB Variations
Color information
#FC70C3 (or 0xFC70C3) is known color: Neon Pink. HEX triplet: FC, 70 and C3. RGB value is (252,112,195). Sum of RGB (Red+Green+Blue) = 252+112+195=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 112 (44.14% from 255 or 20.04% from 559); Blue value is 195 (76.56% from 255 or 34.88% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FC70C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC70C3 is #038F3C. Grayscale: #A3A3A3. Windows color (decimal): -233277 or 12808444. OLE color: 12808444.
HSL color Cylindrical-coordinate representation of color #FC70C3: hue angle of 324.43º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FC70C3 is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 112 | 195 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.01 |
| HSL | 324.43º | 0.96% | 0.71% | - |
| HSV(B) | 324.43º | 0.56% | 0.99% | - |
| XYZ | 55.79 | 36.22 | 55.68 | - |
| YUV | 163.32 | 145.88 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 112 | 195 | 0 | 0.56 | 0.23 | 0.01 | 324.43 | 0.96 | 0.71 |
| Hex | FC | 70 | C3 | 0 | 38 | 17 | 1 | 144 | 60 | 47 |
| Octal | 374 | 160 | 303 | 0 | 70 | 27 | 1 | 504 | 140 | 107 |
| Binary | 11111100 | 1110000 | 11000011 | 0 | 111000 | 10111 | 1 | 101000100 | 1100000 | 1000111 |
Color Harmonies of #FC70C3
Complementary color
Monochromatic Colors of #FC70C3
Black with #FC70C3
Text Example
Text Example
White with #FC70C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC70C3; }
p { color: rgb(252,112,195); }
H1.HeaderClassName
{
color: #FC70C3;
}
.AnyTagClassName
{
color: #FC70C3;
}
</style>
background-color css
<style>
a { background-color: #FC70C3; }
a { background-color: rgb(252,112,195); }
div.DivClassName
{
background-color: #FC70C3;
}
.BgClassName
{
background-color: #FC70C3;
}
</style>
border-color css
<style>
span { border-color: #FC70C3; }
span { border-color: rgb(252,112,195); }
td.TdClassName
{
border-color: #FC70C3;
}
.TagClassName
{
border-color: #FC70C3;
}
</style>