Shades of Neon Pink #FA70C7
Tints of Neon Pink #FA70C7
RGB
CMYK
RGB Variations
Color information
#FA70C7 (or 0xFA70C7) is known color: Neon Pink. HEX triplet: FA, 70 and C7. RGB value is (250,112,199). Sum of RGB (Red+Green+Blue) = 250+112+199=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 112 (44.14% from 255 or 19.96% from 561); Blue value is 199 (78.12% from 255 or 35.47% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FA70C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA70C7 is #058F38. Grayscale: #A2A2A2. Windows color (decimal): -364345 or 13070586. OLE color: 13070586.
HSL color Cylindrical-coordinate representation of color #FA70C7: hue angle of 322.17º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FA70C7 is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 112 | 199 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.02 |
| HSL | 322.17º | 0.93% | 0.71% | - |
| HSV(B) | 322.17º | 0.55% | 0.98% | - |
| XYZ | 55.53 | 36.04 | 58.06 | - |
| YUV | 163.18 | 148.22 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 112 | 199 | 0 | 0.55 | 0.20 | 0.02 | 322.17 | 0.93 | 0.71 |
| Hex | FA | 70 | C7 | 0 | 37 | 14 | 2 | 142 | 5D | 47 |
| Octal | 372 | 160 | 307 | 0 | 67 | 24 | 2 | 502 | 135 | 107 |
| Binary | 11111010 | 1110000 | 11000111 | 0 | 110111 | 10100 | 10 | 101000010 | 1011101 | 1000111 |
Color Harmonies of #FA70C7
Complementary color
Monochromatic Colors of #FA70C7
Black with #FA70C7
Text Example
Text Example
White with #FA70C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA70C7; }
p { color: rgb(250,112,199); }
H1.HeaderClassName
{
color: #FA70C7;
}
.AnyTagClassName
{
color: #FA70C7;
}
</style>
background-color css
<style>
a { background-color: #FA70C7; }
a { background-color: rgb(250,112,199); }
div.DivClassName
{
background-color: #FA70C7;
}
.BgClassName
{
background-color: #FA70C7;
}
</style>
border-color css
<style>
span { border-color: #FA70C7; }
span { border-color: rgb(250,112,199); }
td.TdClassName
{
border-color: #FA70C7;
}
.TagClassName
{
border-color: #FA70C7;
}
</style>