Shades of Neon Pink #FA72C0
Tints of Neon Pink #FA72C0
RGB
CMYK
RGB Variations
Color information
#FA72C0 (or 0xFA72C0) is known color: Neon Pink. HEX triplet: FA, 72 and C0. RGB value is (250,114,192). Sum of RGB (Red+Green+Blue) = 250+114+192=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 114 (44.92% from 255 or 20.50% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FA72C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA72C0 is #058D3F. Grayscale: #A3A3A3. Windows color (decimal): -363840 or 12612346. OLE color: 12612346.
HSL color Cylindrical-coordinate representation of color #FA72C0: hue angle of 325.59º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA72C0 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 114 | 192 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.02 |
| HSL | 325.59º | 0.93% | 0.71% | - |
| HSV(B) | 325.59º | 0.54% | 0.98% | - |
| XYZ | 54.96 | 36.16 | 53.95 | - |
| YUV | 163.56 | 144.06 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 114 | 192 | 0 | 0.54 | 0.23 | 0.02 | 325.59 | 0.93 | 0.71 |
| Hex | FA | 72 | C0 | 0 | 36 | 17 | 2 | 146 | 5D | 47 |
| Octal | 372 | 162 | 300 | 0 | 66 | 27 | 2 | 506 | 135 | 107 |
| Binary | 11111010 | 1110010 | 11000000 | 0 | 110110 | 10111 | 10 | 101000110 | 1011101 | 1000111 |
Color Harmonies of #FA72C0
Complementary color
Monochromatic Colors of #FA72C0
Black with #FA72C0
Text Example
Text Example
White with #FA72C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA72C0; }
p { color: rgb(250,114,192); }
H1.HeaderClassName
{
color: #FA72C0;
}
.AnyTagClassName
{
color: #FA72C0;
}
</style>
background-color css
<style>
a { background-color: #FA72C0; }
a { background-color: rgb(250,114,192); }
div.DivClassName
{
background-color: #FA72C0;
}
.BgClassName
{
background-color: #FA72C0;
}
</style>
border-color css
<style>
span { border-color: #FA72C0; }
span { border-color: rgb(250,114,192); }
td.TdClassName
{
border-color: #FA72C0;
}
.TagClassName
{
border-color: #FA72C0;
}
</style>