Shades of Neon Pink #FA6BC9
Tints of Neon Pink #FA6BC9
RGB
CMYK
RGB Variations
Color information
#FA6BC9 (or 0xFA6BC9) is known color: Neon Pink. HEX triplet: FA, 6B and C9. RGB value is (250,107,201). Sum of RGB (Red+Green+Blue) = 250+107+201=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 107 (42.19% from 255 or 19.18% from 558); Blue value is 201 (78.91% from 255 or 36.02% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6BC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6BC9 is #059436. Grayscale: #A0A0A0. Windows color (decimal): -365623 or 13200378. OLE color: 13200378.
HSL color Cylindrical-coordinate representation of color #FA6BC9: hue angle of 320.56º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FA6BC9 is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 107 | 201 | - |
| CMYK | 0 | 0.57 | 0.20 | 0.02 |
| HSL | 320.56º | 0.93% | 0.7% | - |
| HSV(B) | 320.56º | 0.57% | 0.98% | - |
| XYZ | 55.22 | 35.06 | 59.11 | - |
| YUV | 160.47 | 150.88 | 191.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 107 | 201 | 0 | 0.57 | 0.20 | 0.02 | 320.56 | 0.93 | 0.7 |
| Hex | FA | 6B | C9 | 0 | 39 | 14 | 2 | 141 | 5D | 46 |
| Octal | 372 | 153 | 311 | 0 | 71 | 24 | 2 | 501 | 135 | 106 |
| Binary | 11111010 | 1101011 | 11001001 | 0 | 111001 | 10100 | 10 | 101000001 | 1011101 | 1000110 |
Color Harmonies of #FA6BC9
Complementary color
Monochromatic Colors of #FA6BC9
Black with #FA6BC9
Text Example
Text Example
White with #FA6BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6BC9; }
p { color: rgb(250,107,201); }
H1.HeaderClassName
{
color: #FA6BC9;
}
.AnyTagClassName
{
color: #FA6BC9;
}
</style>
background-color css
<style>
a { background-color: #FA6BC9; }
a { background-color: rgb(250,107,201); }
div.DivClassName
{
background-color: #FA6BC9;
}
.BgClassName
{
background-color: #FA6BC9;
}
</style>
border-color css
<style>
span { border-color: #FA6BC9; }
span { border-color: rgb(250,107,201); }
td.TdClassName
{
border-color: #FA6BC9;
}
.TagClassName
{
border-color: #FA6BC9;
}
</style>