Shades of Neon Pink #FA73C0
Tints of Neon Pink #FA73C0
RGB
CMYK
RGB Variations
Color information
#FA73C0 (or 0xFA73C0) is known color: Neon Pink. HEX triplet: FA, 73 and C0. RGB value is (250,115,192). Sum of RGB (Red+Green+Blue) = 250+115+192=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 115 (45.31% from 255 or 20.65% from 557); Blue value is 192 (75.39% from 255 or 34.47% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FA73C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA73C0 is #058C3F. Grayscale: #A3A3A3. Windows color (decimal): -363584 or 12612602. OLE color: 12612602.
HSL color Cylindrical-coordinate representation of color #FA73C0: hue angle of 325.78º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA73C0 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 115 | 192 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.02 |
| HSL | 325.78º | 0.93% | 0.72% | - |
| HSV(B) | 325.78º | 0.54% | 0.98% | - |
| XYZ | 55.07 | 36.39 | 53.99 | - |
| YUV | 164.14 | 143.73 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 115 | 192 | 0 | 0.54 | 0.23 | 0.02 | 325.78 | 0.93 | 0.72 |
| Hex | FA | 73 | C0 | 0 | 36 | 17 | 2 | 146 | 5D | 48 |
| Octal | 372 | 163 | 300 | 0 | 66 | 27 | 2 | 506 | 135 | 110 |
| Binary | 11111010 | 1110011 | 11000000 | 0 | 110110 | 10111 | 10 | 101000110 | 1011101 | 1001000 |
Color Harmonies of #FA73C0
Complementary color
Monochromatic Colors of #FA73C0
Black with #FA73C0
Text Example
Text Example
White with #FA73C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA73C0; }
p { color: rgb(250,115,192); }
H1.HeaderClassName
{
color: #FA73C0;
}
.AnyTagClassName
{
color: #FA73C0;
}
</style>
background-color css
<style>
a { background-color: #FA73C0; }
a { background-color: rgb(250,115,192); }
div.DivClassName
{
background-color: #FA73C0;
}
.BgClassName
{
background-color: #FA73C0;
}
</style>
border-color css
<style>
span { border-color: #FA73C0; }
span { border-color: rgb(250,115,192); }
td.TdClassName
{
border-color: #FA73C0;
}
.TagClassName
{
border-color: #FA73C0;
}
</style>