Shades of Neon Pink #FA76C7
Tints of Neon Pink #FA76C7
RGB
CMYK
RGB Variations
Color information
#FA76C7 (or 0xFA76C7) is known color: Neon Pink. HEX triplet: FA, 76 and C7. RGB value is (250,118,199). Sum of RGB (Red+Green+Blue) = 250+118+199=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 118 (46.48% from 255 or 20.81% from 567); Blue value is 199 (78.12% from 255 or 35.10% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FA76C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA76C7 is #058938. Grayscale: #A6A6A6. Windows color (decimal): -362809 or 13072122. OLE color: 13072122.
HSL color Cylindrical-coordinate representation of color #FA76C7: hue angle of 323.18º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FA76C7 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 118 | 199 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.02 |
| HSL | 323.18º | 0.93% | 0.72% | - |
| HSV(B) | 323.18º | 0.53% | 0.98% | - |
| XYZ | 56.21 | 37.4 | 58.29 | - |
| YUV | 166.7 | 146.23 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 118 | 199 | 0 | 0.53 | 0.20 | 0.02 | 323.18 | 0.93 | 0.72 |
| Hex | FA | 76 | C7 | 0 | 35 | 14 | 2 | 143 | 5D | 48 |
| Octal | 372 | 166 | 307 | 0 | 65 | 24 | 2 | 503 | 135 | 110 |
| Binary | 11111010 | 1110110 | 11000111 | 0 | 110101 | 10100 | 10 | 101000011 | 1011101 | 1001000 |
Color Harmonies of #FA76C7
Complementary color
Monochromatic Colors of #FA76C7
Black with #FA76C7
Text Example
Text Example
White with #FA76C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA76C7; }
p { color: rgb(250,118,199); }
H1.HeaderClassName
{
color: #FA76C7;
}
.AnyTagClassName
{
color: #FA76C7;
}
</style>
background-color css
<style>
a { background-color: #FA76C7; }
a { background-color: rgb(250,118,199); }
div.DivClassName
{
background-color: #FA76C7;
}
.BgClassName
{
background-color: #FA76C7;
}
</style>
border-color css
<style>
span { border-color: #FA76C7; }
span { border-color: rgb(250,118,199); }
td.TdClassName
{
border-color: #FA76C7;
}
.TagClassName
{
border-color: #FA76C7;
}
</style>