Shades of Neon Pink #FA7ACE
Tints of Neon Pink #FA7ACE
RGB
CMYK
RGB Variations
Color information
#FA7ACE (or 0xFA7ACE) is known color: Neon Pink. HEX triplet: FA, 7A and CE. RGB value is (250,122,206). Sum of RGB (Red+Green+Blue) = 250+122+206=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 122 (48.05% from 255 or 21.11% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7ACE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7ACE is #058531. Grayscale: #A9A9A9. Windows color (decimal): -361778 or 13531898. OLE color: 13531898.
HSL color Cylindrical-coordinate representation of color #FA7ACE: hue angle of 320.62º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FA7ACE is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 122 | 206 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.02 |
| HSL | 320.63º | 0.93% | 0.73% | - |
| HSV(B) | 320.63º | 0.51% | 0.98% | - |
| XYZ | 57.52 | 38.7 | 62.83 | - |
| YUV | 169.85 | 148.41 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 122 | 206 | 0 | 0.51 | 0.18 | 0.02 | 320.63 | 0.93 | 0.73 |
| Hex | FA | 7A | CE | 0 | 33 | 12 | 2 | 141 | 5D | 49 |
| Octal | 372 | 172 | 316 | 0 | 63 | 22 | 2 | 501 | 135 | 111 |
| Binary | 11111010 | 1111010 | 11001110 | 0 | 110011 | 10010 | 10 | 101000001 | 1011101 | 1001001 |
Color Harmonies of #FA7ACE
Complementary color
Monochromatic Colors of #FA7ACE
Black with #FA7ACE
Text Example
Text Example
White with #FA7ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7ACE; }
p { color: rgb(250,122,206); }
H1.HeaderClassName
{
color: #FA7ACE;
}
.AnyTagClassName
{
color: #FA7ACE;
}
</style>
background-color css
<style>
a { background-color: #FA7ACE; }
a { background-color: rgb(250,122,206); }
div.DivClassName
{
background-color: #FA7ACE;
}
.BgClassName
{
background-color: #FA7ACE;
}
</style>
border-color css
<style>
span { border-color: #FA7ACE; }
span { border-color: rgb(250,122,206); }
td.TdClassName
{
border-color: #FA7ACE;
}
.TagClassName
{
border-color: #FA7ACE;
}
</style>