Shades of Neon Pink #FA73CC
Tints of Neon Pink #FA73CC
RGB
CMYK
RGB Variations
Color information
#FA73CC (or 0xFA73CC) is known color: Neon Pink. HEX triplet: FA, 73 and CC. RGB value is (250,115,204). Sum of RGB (Red+Green+Blue) = 250+115+204=569 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.94% from 569); Green value is 115 (45.31% from 255 or 20.21% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 250 - color contains mainly: red. Hex color #FA73CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA73CC is #058C33. Grayscale: #A5A5A5. Windows color (decimal): -363572 or 13399034. OLE color: 13399034.
HSL color Cylindrical-coordinate representation of color #FA73CC: hue angle of 320.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 #FA73CC is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 115 | 204 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.02 |
| HSL | 320.44º | 0.93% | 0.72% | - |
| HSV(B) | 320.44º | 0.54% | 0.98% | - |
| XYZ | 56.45 | 36.95 | 61.28 | - |
| YUV | 165.51 | 149.73 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 115 | 204 | 0 | 0.54 | 0.18 | 0.02 | 320.44 | 0.93 | 0.72 |
| Hex | FA | 73 | CC | 0 | 36 | 12 | 2 | 140 | 5D | 48 |
| Octal | 372 | 163 | 314 | 0 | 66 | 22 | 2 | 500 | 135 | 110 |
| Binary | 11111010 | 1110011 | 11001100 | 0 | 110110 | 10010 | 10 | 101000000 | 1011101 | 1001000 |
Color Harmonies of #FA73CC
Complementary color
Monochromatic Colors of #FA73CC
Black with #FA73CC
Text Example
Text Example
White with #FA73CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA73CC; }
p { color: rgb(250,115,204); }
H1.HeaderClassName
{
color: #FA73CC;
}
.AnyTagClassName
{
color: #FA73CC;
}
</style>
background-color css
<style>
a { background-color: #FA73CC; }
a { background-color: rgb(250,115,204); }
div.DivClassName
{
background-color: #FA73CC;
}
.BgClassName
{
background-color: #FA73CC;
}
</style>
border-color css
<style>
span { border-color: #FA73CC; }
span { border-color: rgb(250,115,204); }
td.TdClassName
{
border-color: #FA73CC;
}
.TagClassName
{
border-color: #FA73CC;
}
</style>