Shades of Neon Pink #FA78CF
Tints of Neon Pink #FA78CF
RGB
CMYK
RGB Variations
Color information
#FA78CF (or 0xFA78CF) is known color: Neon Pink. HEX triplet: FA, 78 and CF. RGB value is (250,120,207). Sum of RGB (Red+Green+Blue) = 250+120+207=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 120 (47.27% from 255 or 20.80% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FA78CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA78CF is #058730. Grayscale: #A8A8A8. Windows color (decimal): -362289 or 13596922. OLE color: 13596922.
HSL color Cylindrical-coordinate representation of color #FA78CF: hue angle of 319.85º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FA78CF is Cyan = 0, Magento = 0.52, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 120 | 207 | - |
| CMYK | 0 | 0.52 | 0.17 | 0.02 |
| HSL | 319.85º | 0.93% | 0.73% | - |
| HSV(B) | 319.85º | 0.52% | 0.98% | - |
| XYZ | 57.4 | 38.26 | 63.39 | - |
| YUV | 168.79 | 149.57 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 120 | 207 | 0 | 0.52 | 0.17 | 0.02 | 319.85 | 0.93 | 0.73 |
| Hex | FA | 78 | CF | 0 | 34 | 11 | 2 | 140 | 5D | 49 |
| Octal | 372 | 170 | 317 | 0 | 64 | 21 | 2 | 500 | 135 | 111 |
| Binary | 11111010 | 1111000 | 11001111 | 0 | 110100 | 10001 | 10 | 101000000 | 1011101 | 1001001 |
Color Harmonies of #FA78CF
Complementary color
Monochromatic Colors of #FA78CF
Black with #FA78CF
Text Example
Text Example
White with #FA78CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA78CF; }
p { color: rgb(250,120,207); }
H1.HeaderClassName
{
color: #FA78CF;
}
.AnyTagClassName
{
color: #FA78CF;
}
</style>
background-color css
<style>
a { background-color: #FA78CF; }
a { background-color: rgb(250,120,207); }
div.DivClassName
{
background-color: #FA78CF;
}
.BgClassName
{
background-color: #FA78CF;
}
</style>
border-color css
<style>
span { border-color: #FA78CF; }
span { border-color: rgb(250,120,207); }
td.TdClassName
{
border-color: #FA78CF;
}
.TagClassName
{
border-color: #FA78CF;
}
</style>