Shades of Neon Pink #FA71D5
Tints of Neon Pink #FA71D5
RGB
CMYK
RGB Variations
Color information
#FA71D5 (or 0xFA71D5) is known color: Neon Pink. HEX triplet: FA, 71 and D5. RGB value is (250,113,213). Sum of RGB (Red+Green+Blue) = 250+113+213=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 113 (44.53% from 255 or 19.62% from 576); Blue value is 213 (83.59% from 255 or 36.98% from 576); Max value from RGB is 250 - color contains mainly: red. Hex color #FA71D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA71D5 is #058E2A. Grayscale: #A5A5A5. Windows color (decimal): -364075 or 13988346. OLE color: 13988346.
HSL color Cylindrical-coordinate representation of color #FA71D5: hue angle of 316.2º 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 #FA71D5 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 113 | 213 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.02 |
| HSL | 316.2º | 0.93% | 0.71% | - |
| HSV(B) | 316.2º | 0.55% | 0.98% | - |
| XYZ | 57.34 | 36.94 | 67.06 | - |
| YUV | 165.36 | 154.89 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 113 | 213 | 0 | 0.55 | 0.15 | 0.02 | 316.2 | 0.93 | 0.71 |
| Hex | FA | 71 | D5 | 0 | 37 | F | 2 | 13C | 5D | 47 |
| Octal | 372 | 161 | 325 | 0 | 67 | 17 | 2 | 474 | 135 | 107 |
| Binary | 11111010 | 1110001 | 11010101 | 0 | 110111 | 1111 | 10 | 100111100 | 1011101 | 1000111 |
Color Harmonies of #FA71D5
Complementary color
Monochromatic Colors of #FA71D5
Black with #FA71D5
Text Example
Text Example
White with #FA71D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA71D5; }
p { color: rgb(250,113,213); }
H1.HeaderClassName
{
color: #FA71D5;
}
.AnyTagClassName
{
color: #FA71D5;
}
</style>
background-color css
<style>
a { background-color: #FA71D5; }
a { background-color: rgb(250,113,213); }
div.DivClassName
{
background-color: #FA71D5;
}
.BgClassName
{
background-color: #FA71D5;
}
</style>
border-color css
<style>
span { border-color: #FA71D5; }
span { border-color: rgb(250,113,213); }
td.TdClassName
{
border-color: #FA71D5;
}
.TagClassName
{
border-color: #FA71D5;
}
</style>