Shades of Neon Pink #FC70D4
Tints of Neon Pink #FC70D4
RGB
CMYK
RGB Variations
Color information
#FC70D4 (or 0xFC70D4) is known color: Neon Pink. HEX triplet: FC, 70 and D4. RGB value is (252,112,212). Sum of RGB (Red+Green+Blue) = 252+112+212=576 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.75% from 576); Green value is 112 (44.14% from 255 or 19.44% from 576); Blue value is 212 (83.20% from 255 or 36.81% from 576); Max value from RGB is 252 - color contains mainly: red. Hex color #FC70D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC70D4 is #038F2B. Grayscale: #A5A5A5. Windows color (decimal): -233260 or 13922556. OLE color: 13922556.
HSL color Cylindrical-coordinate representation of color #FC70D4: hue angle of 317.14º 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 #FC70D4 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 112 | 212 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.01 |
| HSL | 317.14º | 0.96% | 0.71% | - |
| HSV(B) | 317.14º | 0.56% | 0.99% | - |
| XYZ | 57.82 | 37.04 | 66.39 | - |
| YUV | 165.26 | 154.38 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 112 | 212 | 0 | 0.56 | 0.16 | 0.01 | 317.14 | 0.96 | 0.71 |
| Hex | FC | 70 | D4 | 0 | 38 | 10 | 1 | 13D | 60 | 47 |
| Octal | 374 | 160 | 324 | 0 | 70 | 20 | 1 | 475 | 140 | 107 |
| Binary | 11111100 | 1110000 | 11010100 | 0 | 111000 | 10000 | 1 | 100111101 | 1100000 | 1000111 |
Color Harmonies of #FC70D4
Complementary color
Monochromatic Colors of #FC70D4
Black with #FC70D4
Text Example
Text Example
White with #FC70D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC70D4; }
p { color: rgb(252,112,212); }
H1.HeaderClassName
{
color: #FC70D4;
}
.AnyTagClassName
{
color: #FC70D4;
}
</style>
background-color css
<style>
a { background-color: #FC70D4; }
a { background-color: rgb(252,112,212); }
div.DivClassName
{
background-color: #FC70D4;
}
.BgClassName
{
background-color: #FC70D4;
}
</style>
border-color css
<style>
span { border-color: #FC70D4; }
span { border-color: rgb(252,112,212); }
td.TdClassName
{
border-color: #FC70D4;
}
.TagClassName
{
border-color: #FC70D4;
}
</style>