Shades of Neon Pink #FC70D5
Tints of Neon Pink #FC70D5
RGB
CMYK
RGB Variations
Color information
#FC70D5 (or 0xFC70D5) is known color: Neon Pink. HEX triplet: FC, 70 and D5. RGB value is (252,112,213). Sum of RGB (Red+Green+Blue) = 252+112+213=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 112 (44.14% from 255 or 19.41% from 577); Blue value is 213 (83.59% from 255 or 36.92% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FC70D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC70D5 is #038F2A. Grayscale: #A5A5A5. Windows color (decimal): -233259 or 13988092. OLE color: 13988092.
HSL color Cylindrical-coordinate representation of color #FC70D5: hue angle of 316.71º 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 #FC70D5 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 112 | 213 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.01 |
| HSL | 316.71º | 0.96% | 0.71% | - |
| HSV(B) | 316.71º | 0.56% | 0.99% | - |
| XYZ | 57.95 | 37.09 | 67.06 | - |
| YUV | 165.37 | 154.88 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 112 | 213 | 0 | 0.56 | 0.15 | 0.01 | 316.71 | 0.96 | 0.71 |
| Hex | FC | 70 | D5 | 0 | 38 | F | 1 | 13D | 60 | 47 |
| Octal | 374 | 160 | 325 | 0 | 70 | 17 | 1 | 475 | 140 | 107 |
| Binary | 11111100 | 1110000 | 11010101 | 0 | 111000 | 1111 | 1 | 100111101 | 1100000 | 1000111 |
Color Harmonies of #FC70D5
Complementary color
Monochromatic Colors of #FC70D5
Black with #FC70D5
Text Example
Text Example
White with #FC70D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC70D5; }
p { color: rgb(252,112,213); }
H1.HeaderClassName
{
color: #FC70D5;
}
.AnyTagClassName
{
color: #FC70D5;
}
</style>
background-color css
<style>
a { background-color: #FC70D5; }
a { background-color: rgb(252,112,213); }
div.DivClassName
{
background-color: #FC70D5;
}
.BgClassName
{
background-color: #FC70D5;
}
</style>
border-color css
<style>
span { border-color: #FC70D5; }
span { border-color: rgb(252,112,213); }
td.TdClassName
{
border-color: #FC70D5;
}
.TagClassName
{
border-color: #FC70D5;
}
</style>