Shades of Neon Pink #FA73BE
Tints of Neon Pink #FA73BE
RGB
CMYK
RGB Variations
Color information
#FA73BE (or 0xFA73BE) is known color: Neon Pink. HEX triplet: FA, 73 and BE. RGB value is (250,115,190). Sum of RGB (Red+Green+Blue) = 250+115+190=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 115 (45.31% from 255 or 20.72% from 555); Blue value is 190 (74.61% from 255 or 34.23% from 555); Max value from RGB is 250 - color contains mainly: red. Hex color #FA73BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA73BE is #058C41. Grayscale: #A3A3A3. Windows color (decimal): -363586 or 12481530. OLE color: 12481530.
HSL color Cylindrical-coordinate representation of color #FA73BE: hue angle of 326.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 #FA73BE is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 115 | 190 | - |
| CMYK | 0 | 0.54 | 0.24 | 0.02 |
| HSL | 326.67º | 0.93% | 0.72% | - |
| HSV(B) | 326.67º | 0.54% | 0.98% | - |
| XYZ | 54.85 | 36.3 | 52.83 | - |
| YUV | 163.92 | 142.73 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 115 | 190 | 0 | 0.54 | 0.24 | 0.02 | 326.67 | 0.93 | 0.72 |
| Hex | FA | 73 | BE | 0 | 36 | 18 | 2 | 147 | 5D | 48 |
| Octal | 372 | 163 | 276 | 0 | 66 | 30 | 2 | 507 | 135 | 110 |
| Binary | 11111010 | 1110011 | 10111110 | 0 | 110110 | 11000 | 10 | 101000111 | 1011101 | 1001000 |
Color Harmonies of #FA73BE
Complementary color
Monochromatic Colors of #FA73BE
Black with #FA73BE
Text Example
Text Example
White with #FA73BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA73BE; }
p { color: rgb(250,115,190); }
H1.HeaderClassName
{
color: #FA73BE;
}
.AnyTagClassName
{
color: #FA73BE;
}
</style>
background-color css
<style>
a { background-color: #FA73BE; }
a { background-color: rgb(250,115,190); }
div.DivClassName
{
background-color: #FA73BE;
}
.BgClassName
{
background-color: #FA73BE;
}
</style>
border-color css
<style>
span { border-color: #FA73BE; }
span { border-color: rgb(250,115,190); }
td.TdClassName
{
border-color: #FA73BE;
}
.TagClassName
{
border-color: #FA73BE;
}
</style>