Shades of Neon Pink #FA77CB
Tints of Neon Pink #FA77CB
RGB
CMYK
RGB Variations
Color information
#FA77CB (or 0xFA77CB) is known color: Neon Pink. HEX triplet: FA, 77 and CB. RGB value is (250,119,203). Sum of RGB (Red+Green+Blue) = 250+119+203=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 119 (46.88% from 255 or 20.80% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 250 - color contains mainly: red. Hex color #FA77CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA77CB is #058834. Grayscale: #A7A7A7. Windows color (decimal): -362549 or 13334522. OLE color: 13334522.
HSL color Cylindrical-coordinate representation of color #FA77CB: hue angle of 321.53º 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 #FA77CB is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 119 | 203 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.02 |
| HSL | 321.53º | 0.93% | 0.72% | - |
| HSV(B) | 321.53º | 0.52% | 0.98% | - |
| XYZ | 56.8 | 37.83 | 60.81 | - |
| YUV | 167.75 | 147.9 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 119 | 203 | 0 | 0.52 | 0.19 | 0.02 | 321.53 | 0.93 | 0.72 |
| Hex | FA | 77 | CB | 0 | 34 | 13 | 2 | 142 | 5D | 48 |
| Octal | 372 | 167 | 313 | 0 | 64 | 23 | 2 | 502 | 135 | 110 |
| Binary | 11111010 | 1110111 | 11001011 | 0 | 110100 | 10011 | 10 | 101000010 | 1011101 | 1001000 |
Color Harmonies of #FA77CB
Complementary color
Monochromatic Colors of #FA77CB
Black with #FA77CB
Text Example
Text Example
White with #FA77CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA77CB; }
p { color: rgb(250,119,203); }
H1.HeaderClassName
{
color: #FA77CB;
}
.AnyTagClassName
{
color: #FA77CB;
}
</style>
background-color css
<style>
a { background-color: #FA77CB; }
a { background-color: rgb(250,119,203); }
div.DivClassName
{
background-color: #FA77CB;
}
.BgClassName
{
background-color: #FA77CB;
}
</style>
border-color css
<style>
span { border-color: #FA77CB; }
span { border-color: rgb(250,119,203); }
td.TdClassName
{
border-color: #FA77CB;
}
.TagClassName
{
border-color: #FA77CB;
}
</style>