Shades of Neon Pink #FA76D0
Tints of Neon Pink #FA76D0
RGB
CMYK
RGB Variations
Color information
#FA76D0 (or 0xFA76D0) is known color: Neon Pink. HEX triplet: FA, 76 and D0. RGB value is (250,118,208). Sum of RGB (Red+Green+Blue) = 250+118+208=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 118 (46.48% from 255 or 20.49% from 576); Blue value is 208 (81.64% from 255 or 36.11% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FA76D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA76D0 is #05892F. Grayscale: #A7A7A7. Windows color (decimal): -362800 or 13661946. OLE color: 13661946.
HSL color Cylindrical-coordinate representation of color #FA76D0: hue angle of 319.09º 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 #FA76D0 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 118 | 208 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.02 |
| HSL | 319.09º | 0.93% | 0.72% | - |
| HSV(B) | 319.09º | 0.53% | 0.98% | - |
| XYZ | 57.29 | 37.83 | 63.96 | - |
| YUV | 167.73 | 150.73 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 118 | 208 | 0 | 0.53 | 0.17 | 0.02 | 319.09 | 0.93 | 0.72 |
| Hex | FA | 76 | D0 | 0 | 35 | 11 | 2 | 13F | 5D | 48 |
| Octal | 372 | 166 | 320 | 0 | 65 | 21 | 2 | 477 | 135 | 110 |
| Binary | 11111010 | 1110110 | 11010000 | 0 | 110101 | 10001 | 10 | 100111111 | 1011101 | 1001000 |
Color Harmonies of #FA76D0
Complementary color
Monochromatic Colors of #FA76D0
Black with #FA76D0
Text Example
Text Example
White with #FA76D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA76D0; }
p { color: rgb(250,118,208); }
H1.HeaderClassName
{
color: #FA76D0;
}
.AnyTagClassName
{
color: #FA76D0;
}
</style>
background-color css
<style>
a { background-color: #FA76D0; }
a { background-color: rgb(250,118,208); }
div.DivClassName
{
background-color: #FA76D0;
}
.BgClassName
{
background-color: #FA76D0;
}
</style>
border-color css
<style>
span { border-color: #FA76D0; }
span { border-color: rgb(250,118,208); }
td.TdClassName
{
border-color: #FA76D0;
}
.TagClassName
{
border-color: #FA76D0;
}
</style>