Shades of Neon Pink #FA7ACC
Tints of Neon Pink #FA7ACC
RGB
CMYK
RGB Variations
Color information
#FA7ACC (or 0xFA7ACC) is known color: Neon Pink. HEX triplet: FA, 7A and CC. RGB value is (250,122,204). Sum of RGB (Red+Green+Blue) = 250+122+204=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 122 (48.05% from 255 or 21.18% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7ACC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7ACC is #058533. Grayscale: #A9A9A9. Windows color (decimal): -361780 or 13400826. OLE color: 13400826.
HSL color Cylindrical-coordinate representation of color #FA7ACC: hue angle of 321.56º 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 #FA7ACC is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 122 | 204 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.02 |
| HSL | 321.56º | 0.93% | 0.73% | - |
| HSV(B) | 321.56º | 0.51% | 0.98% | - |
| XYZ | 57.28 | 38.6 | 61.56 | - |
| YUV | 169.62 | 147.41 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 122 | 204 | 0 | 0.51 | 0.18 | 0.02 | 321.56 | 0.93 | 0.73 |
| Hex | FA | 7A | CC | 0 | 33 | 12 | 2 | 142 | 5D | 49 |
| Octal | 372 | 172 | 314 | 0 | 63 | 22 | 2 | 502 | 135 | 111 |
| Binary | 11111010 | 1111010 | 11001100 | 0 | 110011 | 10010 | 10 | 101000010 | 1011101 | 1001001 |
Color Harmonies of #FA7ACC
Complementary color
Monochromatic Colors of #FA7ACC
Black with #FA7ACC
Text Example
Text Example
White with #FA7ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7ACC; }
p { color: rgb(250,122,204); }
H1.HeaderClassName
{
color: #FA7ACC;
}
.AnyTagClassName
{
color: #FA7ACC;
}
</style>
background-color css
<style>
a { background-color: #FA7ACC; }
a { background-color: rgb(250,122,204); }
div.DivClassName
{
background-color: #FA7ACC;
}
.BgClassName
{
background-color: #FA7ACC;
}
</style>
border-color css
<style>
span { border-color: #FA7ACC; }
span { border-color: rgb(250,122,204); }
td.TdClassName
{
border-color: #FA7ACC;
}
.TagClassName
{
border-color: #FA7ACC;
}
</style>