Shades of Neon Pink #FA66BF
Tints of Neon Pink #FA66BF
RGB
CMYK
RGB Variations
Color information
#FA66BF (or 0xFA66BF) is known color: Neon Pink. HEX triplet: FA, 66 and BF. RGB value is (250,102,191). Sum of RGB (Red+Green+Blue) = 250+102+191=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 102 (40.23% from 255 or 18.78% from 543); Blue value is 191 (75% from 255 or 35.17% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FA66BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA66BF is #059940. Grayscale: #9C9C9C. Windows color (decimal): -366913 or 12543738. OLE color: 12543738.
HSL color Cylindrical-coordinate representation of color #FA66BF: hue angle of 323.92º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FA66BF is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 102 | 191 | - |
| CMYK | 0 | 0.59 | 0.24 | 0.02 |
| HSL | 323.92º | 0.94% | 0.69% | - |
| HSV(B) | 323.92º | 0.59% | 0.98% | - |
| XYZ | 53.58 | 33.59 | 52.95 | - |
| YUV | 156.4 | 147.53 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 102 | 191 | 0 | 0.59 | 0.24 | 0.02 | 323.92 | 0.94 | 0.69 |
| Hex | FA | 66 | BF | 0 | 3B | 18 | 2 | 144 | 5E | 45 |
| Octal | 372 | 146 | 277 | 0 | 73 | 30 | 2 | 504 | 136 | 105 |
| Binary | 11111010 | 1100110 | 10111111 | 0 | 111011 | 11000 | 10 | 101000100 | 1011110 | 1000101 |
Color Harmonies of #FA66BF
Complementary color
Monochromatic Colors of #FA66BF
Black with #FA66BF
Text Example
Text Example
White with #FA66BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA66BF; }
p { color: rgb(250,102,191); }
H1.HeaderClassName
{
color: #FA66BF;
}
.AnyTagClassName
{
color: #FA66BF;
}
</style>
background-color css
<style>
a { background-color: #FA66BF; }
a { background-color: rgb(250,102,191); }
div.DivClassName
{
background-color: #FA66BF;
}
.BgClassName
{
background-color: #FA66BF;
}
</style>
border-color css
<style>
span { border-color: #FA66BF; }
span { border-color: rgb(250,102,191); }
td.TdClassName
{
border-color: #FA66BF;
}
.TagClassName
{
border-color: #FA66BF;
}
</style>