Shades of Neon Pink #FA70C1
Tints of Neon Pink #FA70C1
RGB
CMYK
RGB Variations
Color information
#FA70C1 (or 0xFA70C1) is known color: Neon Pink. HEX triplet: FA, 70 and C1. RGB value is (250,112,193). Sum of RGB (Red+Green+Blue) = 250+112+193=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 112 (44.14% from 255 or 20.18% from 555); Blue value is 193 (75.78% from 255 or 34.77% from 555); Max value from RGB is 250 - color contains mainly: red. Hex color #FA70C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA70C1 is #058F3E. Grayscale: #A2A2A2. Windows color (decimal): -364351 or 12677370. OLE color: 12677370.
HSL color Cylindrical-coordinate representation of color #FA70C1: hue angle of 324.78º 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 #FA70C1 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 112 | 193 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.02 |
| HSL | 324.78º | 0.93% | 0.71% | - |
| HSV(B) | 324.78º | 0.55% | 0.98% | - |
| XYZ | 54.84 | 35.76 | 54.46 | - |
| YUV | 162.5 | 145.22 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 112 | 193 | 0 | 0.55 | 0.23 | 0.02 | 324.78 | 0.93 | 0.71 |
| Hex | FA | 70 | C1 | 0 | 37 | 17 | 2 | 145 | 5D | 47 |
| Octal | 372 | 160 | 301 | 0 | 67 | 27 | 2 | 505 | 135 | 107 |
| Binary | 11111010 | 1110000 | 11000001 | 0 | 110111 | 10111 | 10 | 101000101 | 1011101 | 1000111 |
Color Harmonies of #FA70C1
Complementary color
Monochromatic Colors of #FA70C1
Black with #FA70C1
Text Example
Text Example
White with #FA70C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA70C1; }
p { color: rgb(250,112,193); }
H1.HeaderClassName
{
color: #FA70C1;
}
.AnyTagClassName
{
color: #FA70C1;
}
</style>
background-color css
<style>
a { background-color: #FA70C1; }
a { background-color: rgb(250,112,193); }
div.DivClassName
{
background-color: #FA70C1;
}
.BgClassName
{
background-color: #FA70C1;
}
</style>
border-color css
<style>
span { border-color: #FA70C1; }
span { border-color: rgb(250,112,193); }
td.TdClassName
{
border-color: #FA70C1;
}
.TagClassName
{
border-color: #FA70C1;
}
</style>