Shades of Neon Pink #FA7CCF
Tints of Neon Pink #FA7CCF
RGB
CMYK
RGB Variations
Color information
#FA7CCF (or 0xFA7CCF) is known color: Neon Pink. HEX triplet: FA, 7C and CF. RGB value is (250,124,207). Sum of RGB (Red+Green+Blue) = 250+124+207=581 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.03% from 581); Green value is 124 (48.83% from 255 or 21.34% from 581); Blue value is 207 (81.25% from 255 or 35.63% from 581); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7CCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7CCF is #058330. Grayscale: #AAAAAA. Windows color (decimal): -361265 or 13597946. OLE color: 13597946.
HSL color Cylindrical-coordinate representation of color #FA7CCF: hue angle of 320.48º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA7CCF is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 124 | 207 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.02 |
| HSL | 320.48º | 0.93% | 0.73% | - |
| HSV(B) | 320.48º | 0.5% | 0.98% | - |
| XYZ | 57.89 | 39.24 | 63.56 | - |
| YUV | 171.14 | 148.24 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 124 | 207 | 0 | 0.50 | 0.17 | 0.02 | 320.48 | 0.93 | 0.73 |
| Hex | FA | 7C | CF | 0 | 32 | 11 | 2 | 140 | 5D | 49 |
| Octal | 372 | 174 | 317 | 0 | 62 | 21 | 2 | 500 | 135 | 111 |
| Binary | 11111010 | 1111100 | 11001111 | 0 | 110010 | 10001 | 10 | 101000000 | 1011101 | 1001001 |
Color Harmonies of #FA7CCF
Complementary color
Monochromatic Colors of #FA7CCF
Black with #FA7CCF
Text Example
Text Example
White with #FA7CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7CCF; }
p { color: rgb(250,124,207); }
H1.HeaderClassName
{
color: #FA7CCF;
}
.AnyTagClassName
{
color: #FA7CCF;
}
</style>
background-color css
<style>
a { background-color: #FA7CCF; }
a { background-color: rgb(250,124,207); }
div.DivClassName
{
background-color: #FA7CCF;
}
.BgClassName
{
background-color: #FA7CCF;
}
</style>
border-color css
<style>
span { border-color: #FA7CCF; }
span { border-color: rgb(250,124,207); }
td.TdClassName
{
border-color: #FA7CCF;
}
.TagClassName
{
border-color: #FA7CCF;
}
</style>