Shades of Neon Pink #FA71C8
Tints of Neon Pink #FA71C8
RGB
CMYK
RGB Variations
Color information
#FA71C8 (or 0xFA71C8) is known color: Neon Pink. HEX triplet: FA, 71 and C8. RGB value is (250,113,200). Sum of RGB (Red+Green+Blue) = 250+113+200=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 113 (44.53% from 255 or 20.07% from 563); Blue value is 200 (78.52% from 255 or 35.52% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FA71C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA71C8 is #058E37. Grayscale: #A3A3A3. Windows color (decimal): -364088 or 13136378. OLE color: 13136378.
HSL color Cylindrical-coordinate representation of color #FA71C8: hue angle of 321.9º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FA71C8 is Cyan = 0, Magento = 0.55, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 113 | 200 | - |
| CMYK | 0 | 0.55 | 0.2 | 0.02 |
| HSL | 321.9º | 0.93% | 0.71% | - |
| HSV(B) | 321.9º | 0.55% | 0.98% | - |
| XYZ | 55.75 | 36.3 | 58.71 | - |
| YUV | 163.88 | 148.39 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 113 | 200 | 0 | 0.55 | 0.2 | 0.02 | 321.9 | 0.93 | 0.71 |
| Hex | FA | 71 | C8 | 0 | 37 | 14 | 2 | 142 | 5D | 47 |
| Octal | 372 | 161 | 310 | 0 | 67 | 24 | 2 | 502 | 135 | 107 |
| Binary | 11111010 | 1110001 | 11001000 | 0 | 110111 | 10100 | 10 | 101000010 | 1011101 | 1000111 |
Color Harmonies of #FA71C8
Complementary color
Monochromatic Colors of #FA71C8
Black with #FA71C8
Text Example
Text Example
White with #FA71C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA71C8; }
p { color: rgb(250,113,200); }
H1.HeaderClassName
{
color: #FA71C8;
}
.AnyTagClassName
{
color: #FA71C8;
}
</style>
background-color css
<style>
a { background-color: #FA71C8; }
a { background-color: rgb(250,113,200); }
div.DivClassName
{
background-color: #FA71C8;
}
.BgClassName
{
background-color: #FA71C8;
}
</style>
border-color css
<style>
span { border-color: #FA71C8; }
span { border-color: rgb(250,113,200); }
td.TdClassName
{
border-color: #FA71C8;
}
.TagClassName
{
border-color: #FA71C8;
}
</style>