Shades of Neon Pink #FA73C1
Tints of Neon Pink #FA73C1
RGB
CMYK
RGB Variations
Color information
#FA73C1 (or 0xFA73C1) is known color: Neon Pink. HEX triplet: FA, 73 and C1. RGB value is (250,115,193). Sum of RGB (Red+Green+Blue) = 250+115+193=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 115 (45.31% from 255 or 20.61% from 558); Blue value is 193 (75.78% from 255 or 34.59% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FA73C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA73C1 is #058C3E. Grayscale: #A4A4A4. Windows color (decimal): -363583 or 12678138. OLE color: 12678138.
HSL color Cylindrical-coordinate representation of color #FA73C1: hue angle of 325.33º 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 #FA73C1 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 115 | 193 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.02 |
| HSL | 325.33º | 0.93% | 0.72% | - |
| HSV(B) | 325.33º | 0.54% | 0.98% | - |
| XYZ | 55.18 | 36.44 | 54.58 | - |
| YUV | 164.26 | 144.23 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 115 | 193 | 0 | 0.54 | 0.23 | 0.02 | 325.33 | 0.93 | 0.72 |
| Hex | FA | 73 | C1 | 0 | 36 | 17 | 2 | 145 | 5D | 48 |
| Octal | 372 | 163 | 301 | 0 | 66 | 27 | 2 | 505 | 135 | 110 |
| Binary | 11111010 | 1110011 | 11000001 | 0 | 110110 | 10111 | 10 | 101000101 | 1011101 | 1001000 |
Color Harmonies of #FA73C1
Complementary color
Monochromatic Colors of #FA73C1
Black with #FA73C1
Text Example
Text Example
White with #FA73C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA73C1; }
p { color: rgb(250,115,193); }
H1.HeaderClassName
{
color: #FA73C1;
}
.AnyTagClassName
{
color: #FA73C1;
}
</style>
background-color css
<style>
a { background-color: #FA73C1; }
a { background-color: rgb(250,115,193); }
div.DivClassName
{
background-color: #FA73C1;
}
.BgClassName
{
background-color: #FA73C1;
}
</style>
border-color css
<style>
span { border-color: #FA73C1; }
span { border-color: rgb(250,115,193); }
td.TdClassName
{
border-color: #FA73C1;
}
.TagClassName
{
border-color: #FA73C1;
}
</style>