Shades of Neon Pink #FA73D3
Tints of Neon Pink #FA73D3
RGB
CMYK
RGB Variations
Color information
#FA73D3 (or 0xFA73D3) is known color: Neon Pink. HEX triplet: FA, 73 and D3. RGB value is (250,115,211). Sum of RGB (Red+Green+Blue) = 250+115+211=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 115 (45.31% from 255 or 19.97% from 576); Blue value is 211 (82.81% from 255 or 36.63% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FA73D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA73D3 is #058C2C. Grayscale: #A6A6A6. Windows color (decimal): -363565 or 13857786. OLE color: 13857786.
HSL color Cylindrical-coordinate representation of color #FA73D3: hue angle of 317.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 #FA73D3 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 115 | 211 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.02 |
| HSL | 317.33º | 0.93% | 0.72% | - |
| HSV(B) | 317.33º | 0.54% | 0.98% | - |
| XYZ | 57.31 | 37.29 | 65.8 | - |
| YUV | 166.31 | 153.23 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 115 | 211 | 0 | 0.54 | 0.16 | 0.02 | 317.33 | 0.93 | 0.72 |
| Hex | FA | 73 | D3 | 0 | 36 | 10 | 2 | 13D | 5D | 48 |
| Octal | 372 | 163 | 323 | 0 | 66 | 20 | 2 | 475 | 135 | 110 |
| Binary | 11111010 | 1110011 | 11010011 | 0 | 110110 | 10000 | 10 | 100111101 | 1011101 | 1001000 |
Color Harmonies of #FA73D3
Complementary color
Monochromatic Colors of #FA73D3
Black with #FA73D3
Text Example
Text Example
White with #FA73D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA73D3; }
p { color: rgb(250,115,211); }
H1.HeaderClassName
{
color: #FA73D3;
}
.AnyTagClassName
{
color: #FA73D3;
}
</style>
background-color css
<style>
a { background-color: #FA73D3; }
a { background-color: rgb(250,115,211); }
div.DivClassName
{
background-color: #FA73D3;
}
.BgClassName
{
background-color: #FA73D3;
}
</style>
border-color css
<style>
span { border-color: #FA73D3; }
span { border-color: rgb(250,115,211); }
td.TdClassName
{
border-color: #FA73D3;
}
.TagClassName
{
border-color: #FA73D3;
}
</style>