Shades of Neon Pink #FA76D4
Tints of Neon Pink #FA76D4
RGB
CMYK
RGB Variations
Color information
#FA76D4 (or 0xFA76D4) is known color: Neon Pink. HEX triplet: FA, 76 and D4. RGB value is (250,118,212). Sum of RGB (Red+Green+Blue) = 250+118+212=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 118 (46.48% from 255 or 20.34% from 580); Blue value is 212 (83.20% from 255 or 36.55% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FA76D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA76D4 is #05892B. Grayscale: #A7A7A7. Windows color (decimal): -362796 or 13924090. OLE color: 13924090.
HSL color Cylindrical-coordinate representation of color #FA76D4: hue angle of 317.27º 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 #FA76D4 is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 118 | 212 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.02 |
| HSL | 317.27º | 0.93% | 0.72% | - |
| HSV(B) | 317.27º | 0.53% | 0.98% | - |
| XYZ | 57.79 | 38.03 | 66.58 | - |
| YUV | 168.18 | 152.73 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 118 | 212 | 0 | 0.53 | 0.15 | 0.02 | 317.27 | 0.93 | 0.72 |
| Hex | FA | 76 | D4 | 0 | 35 | F | 2 | 13D | 5D | 48 |
| Octal | 372 | 166 | 324 | 0 | 65 | 17 | 2 | 475 | 135 | 110 |
| Binary | 11111010 | 1110110 | 11010100 | 0 | 110101 | 1111 | 10 | 100111101 | 1011101 | 1001000 |
Color Harmonies of #FA76D4
Complementary color
Monochromatic Colors of #FA76D4
Black with #FA76D4
Text Example
Text Example
White with #FA76D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA76D4; }
p { color: rgb(250,118,212); }
H1.HeaderClassName
{
color: #FA76D4;
}
.AnyTagClassName
{
color: #FA76D4;
}
</style>
background-color css
<style>
a { background-color: #FA76D4; }
a { background-color: rgb(250,118,212); }
div.DivClassName
{
background-color: #FA76D4;
}
.BgClassName
{
background-color: #FA76D4;
}
</style>
border-color css
<style>
span { border-color: #FA76D4; }
span { border-color: rgb(250,118,212); }
td.TdClassName
{
border-color: #FA76D4;
}
.TagClassName
{
border-color: #FA76D4;
}
</style>