Shades of Neon Pink #FA66C1
Tints of Neon Pink #FA66C1
RGB
CMYK
RGB Variations
Color information
#FA66C1 (or 0xFA66C1) is known color: Neon Pink. HEX triplet: FA, 66 and C1. RGB value is (250,102,193). Sum of RGB (Red+Green+Blue) = 250+102+193=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 102 (40.23% from 255 or 18.72% from 545); Blue value is 193 (75.78% from 255 or 35.41% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FA66C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA66C1 is #05993E. Grayscale: #9C9C9C. Windows color (decimal): -366911 or 12674810. OLE color: 12674810.
HSL color Cylindrical-coordinate representation of color #FA66C1: hue angle of 323.11º 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 #FA66C1 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 102 | 193 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.02 |
| HSL | 323.11º | 0.94% | 0.69% | - |
| HSV(B) | 323.11º | 0.59% | 0.98% | - |
| XYZ | 53.8 | 33.68 | 54.12 | - |
| YUV | 156.63 | 148.53 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 102 | 193 | 0 | 0.59 | 0.23 | 0.02 | 323.11 | 0.94 | 0.69 |
| Hex | FA | 66 | C1 | 0 | 3B | 17 | 2 | 143 | 5E | 45 |
| Octal | 372 | 146 | 301 | 0 | 73 | 27 | 2 | 503 | 136 | 105 |
| Binary | 11111010 | 1100110 | 11000001 | 0 | 111011 | 10111 | 10 | 101000011 | 1011110 | 1000101 |
Color Harmonies of #FA66C1
Complementary color
Monochromatic Colors of #FA66C1
Black with #FA66C1
Text Example
Text Example
White with #FA66C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA66C1; }
p { color: rgb(250,102,193); }
H1.HeaderClassName
{
color: #FA66C1;
}
.AnyTagClassName
{
color: #FA66C1;
}
</style>
background-color css
<style>
a { background-color: #FA66C1; }
a { background-color: rgb(250,102,193); }
div.DivClassName
{
background-color: #FA66C1;
}
.BgClassName
{
background-color: #FA66C1;
}
</style>
border-color css
<style>
span { border-color: #FA66C1; }
span { border-color: rgb(250,102,193); }
td.TdClassName
{
border-color: #FA66C1;
}
.TagClassName
{
border-color: #FA66C1;
}
</style>