Shades of Neon Pink #FA73D5
Tints of Neon Pink #FA73D5
RGB
CMYK
RGB Variations
Color information
#FA73D5 (or 0xFA73D5) is known color: Neon Pink. HEX triplet: FA, 73 and D5. RGB value is (250,115,213). Sum of RGB (Red+Green+Blue) = 250+115+213=578 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.25% from 578); Green value is 115 (45.31% from 255 or 19.90% from 578); Blue value is 213 (83.59% from 255 or 36.85% from 578); Max value from RGB is 250 - color contains mainly: red. Hex color #FA73D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA73D5 is #058C2A. Grayscale: #A6A6A6. Windows color (decimal): -363563 or 13988858. OLE color: 13988858.
HSL color Cylindrical-coordinate representation of color #FA73D5: hue angle of 316.44º 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 #FA73D5 is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 115 | 213 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.02 |
| HSL | 316.44º | 0.93% | 0.72% | - |
| HSV(B) | 316.44º | 0.54% | 0.98% | - |
| XYZ | 57.57 | 37.39 | 67.13 | - |
| YUV | 166.54 | 154.23 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 115 | 213 | 0 | 0.54 | 0.15 | 0.02 | 316.44 | 0.93 | 0.72 |
| Hex | FA | 73 | D5 | 0 | 36 | F | 2 | 13C | 5D | 48 |
| Octal | 372 | 163 | 325 | 0 | 66 | 17 | 2 | 474 | 135 | 110 |
| Binary | 11111010 | 1110011 | 11010101 | 0 | 110110 | 1111 | 10 | 100111100 | 1011101 | 1001000 |
Color Harmonies of #FA73D5
Complementary color
Monochromatic Colors of #FA73D5
Black with #FA73D5
Text Example
Text Example
White with #FA73D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA73D5; }
p { color: rgb(250,115,213); }
H1.HeaderClassName
{
color: #FA73D5;
}
.AnyTagClassName
{
color: #FA73D5;
}
</style>
background-color css
<style>
a { background-color: #FA73D5; }
a { background-color: rgb(250,115,213); }
div.DivClassName
{
background-color: #FA73D5;
}
.BgClassName
{
background-color: #FA73D5;
}
</style>
border-color css
<style>
span { border-color: #FA73D5; }
span { border-color: rgb(250,115,213); }
td.TdClassName
{
border-color: #FA73D5;
}
.TagClassName
{
border-color: #FA73D5;
}
</style>