Shades of Neon Pink #FA77D0
Tints of Neon Pink #FA77D0
RGB
CMYK
RGB Variations
Color information
#FA77D0 (or 0xFA77D0) is known color: Neon Pink. HEX triplet: FA, 77 and D0. RGB value is (250,119,208). Sum of RGB (Red+Green+Blue) = 250+119+208=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 119 (46.88% from 255 or 20.62% from 577); Blue value is 208 (81.64% from 255 or 36.05% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FA77D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA77D0 is #05882F. Grayscale: #A8A8A8. Windows color (decimal): -362544 or 13662202. OLE color: 13662202.
HSL color Cylindrical-coordinate representation of color #FA77D0: hue angle of 319.24º 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 #FA77D0 is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 119 | 208 | - |
| CMYK | 0 | 0.52 | 0.17 | 0.02 |
| HSL | 319.24º | 0.93% | 0.72% | - |
| HSV(B) | 319.24º | 0.52% | 0.98% | - |
| XYZ | 57.41 | 38.07 | 64 | - |
| YUV | 168.32 | 150.4 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 119 | 208 | 0 | 0.52 | 0.17 | 0.02 | 319.24 | 0.93 | 0.72 |
| Hex | FA | 77 | D0 | 0 | 34 | 11 | 2 | 13F | 5D | 48 |
| Octal | 372 | 167 | 320 | 0 | 64 | 21 | 2 | 477 | 135 | 110 |
| Binary | 11111010 | 1110111 | 11010000 | 0 | 110100 | 10001 | 10 | 100111111 | 1011101 | 1001000 |
Color Harmonies of #FA77D0
Complementary color
Monochromatic Colors of #FA77D0
Black with #FA77D0
Text Example
Text Example
White with #FA77D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA77D0; }
p { color: rgb(250,119,208); }
H1.HeaderClassName
{
color: #FA77D0;
}
.AnyTagClassName
{
color: #FA77D0;
}
</style>
background-color css
<style>
a { background-color: #FA77D0; }
a { background-color: rgb(250,119,208); }
div.DivClassName
{
background-color: #FA77D0;
}
.BgClassName
{
background-color: #FA77D0;
}
</style>
border-color css
<style>
span { border-color: #FA77D0; }
span { border-color: rgb(250,119,208); }
td.TdClassName
{
border-color: #FA77D0;
}
.TagClassName
{
border-color: #FA77D0;
}
</style>