Shades of Neon Pink #FA73CB
Tints of Neon Pink #FA73CB
RGB
CMYK
RGB Variations
Color information
#FA73CB (or 0xFA73CB) is known color: Neon Pink. HEX triplet: FA, 73 and CB. RGB value is (250,115,203). Sum of RGB (Red+Green+Blue) = 250+115+203=568 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.01% from 568); Green value is 115 (45.31% from 255 or 20.25% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 250 - color contains mainly: red. Hex color #FA73CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA73CB is #058C34. Grayscale: #A5A5A5. Windows color (decimal): -363573 or 13333498. OLE color: 13333498.
HSL color Cylindrical-coordinate representation of color #FA73CB: hue angle of 320.89º 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 #FA73CB is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 115 | 203 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.02 |
| HSL | 320.89º | 0.93% | 0.72% | - |
| HSV(B) | 320.89º | 0.54% | 0.98% | - |
| XYZ | 56.33 | 36.9 | 60.65 | - |
| YUV | 165.4 | 149.23 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 115 | 203 | 0 | 0.54 | 0.19 | 0.02 | 320.89 | 0.93 | 0.72 |
| Hex | FA | 73 | CB | 0 | 36 | 13 | 2 | 141 | 5D | 48 |
| Octal | 372 | 163 | 313 | 0 | 66 | 23 | 2 | 501 | 135 | 110 |
| Binary | 11111010 | 1110011 | 11001011 | 0 | 110110 | 10011 | 10 | 101000001 | 1011101 | 1001000 |
Color Harmonies of #FA73CB
Complementary color
Monochromatic Colors of #FA73CB
Black with #FA73CB
Text Example
Text Example
White with #FA73CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA73CB; }
p { color: rgb(250,115,203); }
H1.HeaderClassName
{
color: #FA73CB;
}
.AnyTagClassName
{
color: #FA73CB;
}
</style>
background-color css
<style>
a { background-color: #FA73CB; }
a { background-color: rgb(250,115,203); }
div.DivClassName
{
background-color: #FA73CB;
}
.BgClassName
{
background-color: #FA73CB;
}
</style>
border-color css
<style>
span { border-color: #FA73CB; }
span { border-color: rgb(250,115,203); }
td.TdClassName
{
border-color: #FA73CB;
}
.TagClassName
{
border-color: #FA73CB;
}
</style>