Shades of Neon Pink #FA71BD
Tints of Neon Pink #FA71BD
RGB
CMYK
RGB Variations
Color information
#FA71BD (or 0xFA71BD) is known color: Neon Pink. HEX triplet: FA, 71 and BD. RGB value is (250,113,189). Sum of RGB (Red+Green+Blue) = 250+113+189=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 113 (44.53% from 255 or 20.47% from 552); Blue value is 189 (74.22% from 255 or 34.24% from 552); Max value from RGB is 250 - color contains mainly: red. Hex color #FA71BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA71BD is #058E42. Grayscale: #A2A2A2. Windows color (decimal): -364099 or 12415482. OLE color: 12415482.
HSL color Cylindrical-coordinate representation of color #FA71BD: hue angle of 326.72º 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 #FA71BD is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 113 | 189 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.02 |
| HSL | 326.72º | 0.93% | 0.71% | - |
| HSV(B) | 326.72º | 0.55% | 0.98% | - |
| XYZ | 54.51 | 35.81 | 52.18 | - |
| YUV | 162.63 | 142.89 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 113 | 189 | 0 | 0.55 | 0.24 | 0.02 | 326.72 | 0.93 | 0.71 |
| Hex | FA | 71 | BD | 0 | 37 | 18 | 2 | 147 | 5D | 47 |
| Octal | 372 | 161 | 275 | 0 | 67 | 30 | 2 | 507 | 135 | 107 |
| Binary | 11111010 | 1110001 | 10111101 | 0 | 110111 | 11000 | 10 | 101000111 | 1011101 | 1000111 |
Color Harmonies of #FA71BD
Complementary color
Monochromatic Colors of #FA71BD
Black with #FA71BD
Text Example
Text Example
White with #FA71BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA71BD; }
p { color: rgb(250,113,189); }
H1.HeaderClassName
{
color: #FA71BD;
}
.AnyTagClassName
{
color: #FA71BD;
}
</style>
background-color css
<style>
a { background-color: #FA71BD; }
a { background-color: rgb(250,113,189); }
div.DivClassName
{
background-color: #FA71BD;
}
.BgClassName
{
background-color: #FA71BD;
}
</style>
border-color css
<style>
span { border-color: #FA71BD; }
span { border-color: rgb(250,113,189); }
td.TdClassName
{
border-color: #FA71BD;
}
.TagClassName
{
border-color: #FA71BD;
}
</style>