Shades of Neon Pink #FA56CF
Tints of Neon Pink #FA56CF
RGB
CMYK
RGB Variations
Color information
#FA56CF (or 0xFA56CF) is known color: Neon Pink. HEX triplet: FA, 56 and CF. RGB value is (250,86,207). Sum of RGB (Red+Green+Blue) = 250+86+207=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 86 (33.98% from 255 or 15.84% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FA56CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA56CF is #05A930. Grayscale: #949494. Windows color (decimal): -370993 or 13588218. OLE color: 13588218.
HSL color Cylindrical-coordinate representation of color #FA56CF: hue angle of 315.73º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA56CF is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 86 | 207 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.02 |
| HSL | 315.73º | 0.94% | 0.66% | - |
| HSV(B) | 315.73º | 0.66% | 0.98% | - |
| XYZ | 54.01 | 31.48 | 62.26 | - |
| YUV | 148.83 | 160.83 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 86 | 207 | 0 | 0.66 | 0.17 | 0.02 | 315.73 | 0.94 | 0.66 |
| Hex | FA | 56 | CF | 0 | 42 | 11 | 2 | 13C | 5E | 42 |
| Octal | 372 | 126 | 317 | 0 | 102 | 21 | 2 | 474 | 136 | 102 |
| Binary | 11111010 | 1010110 | 11001111 | 0 | 1000010 | 10001 | 10 | 100111100 | 1011110 | 1000010 |
Color Harmonies of #FA56CF
Complementary color
Monochromatic Colors of #FA56CF
Black with #FA56CF
Text Example
Text Example
White with #FA56CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA56CF; }
p { color: rgb(250,86,207); }
H1.HeaderClassName
{
color: #FA56CF;
}
.AnyTagClassName
{
color: #FA56CF;
}
</style>
background-color css
<style>
a { background-color: #FA56CF; }
a { background-color: rgb(250,86,207); }
div.DivClassName
{
background-color: #FA56CF;
}
.BgClassName
{
background-color: #FA56CF;
}
</style>
border-color css
<style>
span { border-color: #FA56CF; }
span { border-color: rgb(250,86,207); }
td.TdClassName
{
border-color: #FA56CF;
}
.TagClassName
{
border-color: #FA56CF;
}
</style>