Shades of Neon Pink #FA64CF
Tints of Neon Pink #FA64CF
RGB
CMYK
RGB Variations
Color information
#FA64CF (or 0xFA64CF) is known color: Neon Pink. HEX triplet: FA, 64 and CF. RGB value is (250,100,207). Sum of RGB (Red+Green+Blue) = 250+100+207=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 100 (39.45% from 255 or 17.95% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FA64CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA64CF is #059B30. Grayscale: #9C9C9C. Windows color (decimal): -367409 or 13591802. OLE color: 13591802.
HSL color Cylindrical-coordinate representation of color #FA64CF: hue angle of 317.2º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA64CF is Cyan = 0, Magento = 0.6, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 100 | 207 | - |
| CMYK | 0 | 0.6 | 0.17 | 0.02 |
| HSL | 317.2º | 0.94% | 0.69% | - |
| HSV(B) | 317.2º | 0.6% | 0.98% | - |
| XYZ | 55.24 | 33.94 | 62.67 | - |
| YUV | 157.05 | 156.2 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 100 | 207 | 0 | 0.6 | 0.17 | 0.02 | 317.2 | 0.94 | 0.69 |
| Hex | FA | 64 | CF | 0 | 3C | 11 | 2 | 13D | 5E | 45 |
| Octal | 372 | 144 | 317 | 0 | 74 | 21 | 2 | 475 | 136 | 105 |
| Binary | 11111010 | 1100100 | 11001111 | 0 | 111100 | 10001 | 10 | 100111101 | 1011110 | 1000101 |
Color Harmonies of #FA64CF
Complementary color
Monochromatic Colors of #FA64CF
Black with #FA64CF
Text Example
Text Example
White with #FA64CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA64CF; }
p { color: rgb(250,100,207); }
H1.HeaderClassName
{
color: #FA64CF;
}
.AnyTagClassName
{
color: #FA64CF;
}
</style>
background-color css
<style>
a { background-color: #FA64CF; }
a { background-color: rgb(250,100,207); }
div.DivClassName
{
background-color: #FA64CF;
}
.BgClassName
{
background-color: #FA64CF;
}
</style>
border-color css
<style>
span { border-color: #FA64CF; }
span { border-color: rgb(250,100,207); }
td.TdClassName
{
border-color: #FA64CF;
}
.TagClassName
{
border-color: #FA64CF;
}
</style>