Shades of Neon Pink #FA78CE
Tints of Neon Pink #FA78CE
RGB
CMYK
RGB Variations
Color information
#FA78CE (or 0xFA78CE) is known color: Neon Pink. HEX triplet: FA, 78 and CE. RGB value is (250,120,206). Sum of RGB (Red+Green+Blue) = 250+120+206=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 120 (47.27% from 255 or 20.83% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FA78CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA78CE is #058731. Grayscale: #A8A8A8. Windows color (decimal): -362290 or 13531386. OLE color: 13531386.
HSL color Cylindrical-coordinate representation of color #FA78CE: hue angle of 320.31º 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 #FA78CE is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 120 | 206 | - |
| CMYK | 0 | 0.52 | 0.18 | 0.02 |
| HSL | 320.31º | 0.93% | 0.73% | - |
| HSV(B) | 320.31º | 0.52% | 0.98% | - |
| XYZ | 57.28 | 38.21 | 62.75 | - |
| YUV | 168.67 | 149.07 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 120 | 206 | 0 | 0.52 | 0.18 | 0.02 | 320.31 | 0.93 | 0.73 |
| Hex | FA | 78 | CE | 0 | 34 | 12 | 2 | 140 | 5D | 49 |
| Octal | 372 | 170 | 316 | 0 | 64 | 22 | 2 | 500 | 135 | 111 |
| Binary | 11111010 | 1111000 | 11001110 | 0 | 110100 | 10010 | 10 | 101000000 | 1011101 | 1001001 |
Color Harmonies of #FA78CE
Complementary color
Monochromatic Colors of #FA78CE
Black with #FA78CE
Text Example
Text Example
White with #FA78CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA78CE; }
p { color: rgb(250,120,206); }
H1.HeaderClassName
{
color: #FA78CE;
}
.AnyTagClassName
{
color: #FA78CE;
}
</style>
background-color css
<style>
a { background-color: #FA78CE; }
a { background-color: rgb(250,120,206); }
div.DivClassName
{
background-color: #FA78CE;
}
.BgClassName
{
background-color: #FA78CE;
}
</style>
border-color css
<style>
span { border-color: #FA78CE; }
span { border-color: rgb(250,120,206); }
td.TdClassName
{
border-color: #FA78CE;
}
.TagClassName
{
border-color: #FA78CE;
}
</style>