Shades of Neon Pink #FA73C7
Tints of Neon Pink #FA73C7
RGB
CMYK
RGB Variations
Color information
#FA73C7 (or 0xFA73C7) is known color: Neon Pink. HEX triplet: FA, 73 and C7. RGB value is (250,115,199). Sum of RGB (Red+Green+Blue) = 250+115+199=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 115 (45.31% from 255 or 20.39% from 564); Blue value is 199 (78.12% from 255 or 35.28% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FA73C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA73C7 is #058C38. Grayscale: #A4A4A4. Windows color (decimal): -363577 or 13071354. OLE color: 13071354.
HSL color Cylindrical-coordinate representation of color #FA73C7: hue angle of 322.67º 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 #FA73C7 is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 115 | 199 | - |
| CMYK | 0 | 0.54 | 0.20 | 0.02 |
| HSL | 322.67º | 0.93% | 0.72% | - |
| HSV(B) | 322.67º | 0.54% | 0.98% | - |
| XYZ | 55.86 | 36.71 | 58.17 | - |
| YUV | 164.94 | 147.23 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 115 | 199 | 0 | 0.54 | 0.20 | 0.02 | 322.67 | 0.93 | 0.72 |
| Hex | FA | 73 | C7 | 0 | 36 | 14 | 2 | 143 | 5D | 48 |
| Octal | 372 | 163 | 307 | 0 | 66 | 24 | 2 | 503 | 135 | 110 |
| Binary | 11111010 | 1110011 | 11000111 | 0 | 110110 | 10100 | 10 | 101000011 | 1011101 | 1001000 |
Color Harmonies of #FA73C7
Complementary color
Monochromatic Colors of #FA73C7
Black with #FA73C7
Text Example
Text Example
White with #FA73C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA73C7; }
p { color: rgb(250,115,199); }
H1.HeaderClassName
{
color: #FA73C7;
}
.AnyTagClassName
{
color: #FA73C7;
}
</style>
background-color css
<style>
a { background-color: #FA73C7; }
a { background-color: rgb(250,115,199); }
div.DivClassName
{
background-color: #FA73C7;
}
.BgClassName
{
background-color: #FA73C7;
}
</style>
border-color css
<style>
span { border-color: #FA73C7; }
span { border-color: rgb(250,115,199); }
td.TdClassName
{
border-color: #FA73C7;
}
.TagClassName
{
border-color: #FA73C7;
}
</style>