Shades of Neon Pink #FA70CC
Tints of Neon Pink #FA70CC
RGB
CMYK
RGB Variations
Color information
#FA70CC (or 0xFA70CC) is known color: Neon Pink. HEX triplet: FA, 70 and CC. RGB value is (250,112,204). Sum of RGB (Red+Green+Blue) = 250+112+204=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 112 (44.14% from 255 or 19.79% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FA70CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA70CC is #058F33. Grayscale: #A3A3A3. Windows color (decimal): -364340 or 13398266. OLE color: 13398266.
HSL color Cylindrical-coordinate representation of color #FA70CC: hue angle of 320º 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 #FA70CC is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 112 | 204 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.02 |
| HSL | 320º | 0.93% | 0.71% | - |
| HSV(B) | 320º | 0.55% | 0.98% | - |
| XYZ | 56.12 | 36.27 | 61.17 | - |
| YUV | 163.75 | 150.72 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 112 | 204 | 0 | 0.55 | 0.18 | 0.02 | 320 | 0.93 | 0.71 |
| Hex | FA | 70 | CC | 0 | 37 | 12 | 2 | 140 | 5D | 47 |
| Octal | 372 | 160 | 314 | 0 | 67 | 22 | 2 | 500 | 135 | 107 |
| Binary | 11111010 | 1110000 | 11001100 | 0 | 110111 | 10010 | 10 | 101000000 | 1011101 | 1000111 |
Color Harmonies of #FA70CC
Complementary color
Monochromatic Colors of #FA70CC
Black with #FA70CC
Text Example
Text Example
White with #FA70CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA70CC; }
p { color: rgb(250,112,204); }
H1.HeaderClassName
{
color: #FA70CC;
}
.AnyTagClassName
{
color: #FA70CC;
}
</style>
background-color css
<style>
a { background-color: #FA70CC; }
a { background-color: rgb(250,112,204); }
div.DivClassName
{
background-color: #FA70CC;
}
.BgClassName
{
background-color: #FA70CC;
}
</style>
border-color css
<style>
span { border-color: #FA70CC; }
span { border-color: rgb(250,112,204); }
td.TdClassName
{
border-color: #FA70CC;
}
.TagClassName
{
border-color: #FA70CC;
}
</style>