Shades of Neon Pink #FA77C8
Tints of Neon Pink #FA77C8
RGB
CMYK
RGB Variations
Color information
#FA77C8 (or 0xFA77C8) is known color: Neon Pink. HEX triplet: FA, 77 and C8. RGB value is (250,119,200). Sum of RGB (Red+Green+Blue) = 250+119+200=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 119 (46.88% from 255 or 20.91% from 569); Blue value is 200 (78.52% from 255 or 35.15% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FA77C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA77C8 is #058837. Grayscale: #A7A7A7. Windows color (decimal): -362552 or 13137914. OLE color: 13137914.
HSL color Cylindrical-coordinate representation of color #FA77C8: hue angle of 322.9º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FA77C8 is Cyan = 0, Magento = 0.52, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 119 | 200 | - |
| CMYK | 0 | 0.52 | 0.2 | 0.02 |
| HSL | 322.9º | 0.93% | 0.72% | - |
| HSV(B) | 322.9º | 0.52% | 0.98% | - |
| XYZ | 56.45 | 37.69 | 58.94 | - |
| YUV | 167.4 | 146.4 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 119 | 200 | 0 | 0.52 | 0.2 | 0.02 | 322.9 | 0.93 | 0.72 |
| Hex | FA | 77 | C8 | 0 | 34 | 14 | 2 | 143 | 5D | 48 |
| Octal | 372 | 167 | 310 | 0 | 64 | 24 | 2 | 503 | 135 | 110 |
| Binary | 11111010 | 1110111 | 11001000 | 0 | 110100 | 10100 | 10 | 101000011 | 1011101 | 1001000 |
Color Harmonies of #FA77C8
Complementary color
Monochromatic Colors of #FA77C8
Black with #FA77C8
Text Example
Text Example
White with #FA77C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA77C8; }
p { color: rgb(250,119,200); }
H1.HeaderClassName
{
color: #FA77C8;
}
.AnyTagClassName
{
color: #FA77C8;
}
</style>
background-color css
<style>
a { background-color: #FA77C8; }
a { background-color: rgb(250,119,200); }
div.DivClassName
{
background-color: #FA77C8;
}
.BgClassName
{
background-color: #FA77C8;
}
</style>
border-color css
<style>
span { border-color: #FA77C8; }
span { border-color: rgb(250,119,200); }
td.TdClassName
{
border-color: #FA77C8;
}
.TagClassName
{
border-color: #FA77C8;
}
</style>