Shades of Neon Pink #FA6ECC
Tints of Neon Pink #FA6ECC
RGB
CMYK
RGB Variations
Color information
#FA6ECC (or 0xFA6ECC) is known color: Neon Pink. HEX triplet: FA, 6E and CC. RGB value is (250,110,204). Sum of RGB (Red+Green+Blue) = 250+110+204=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 110 (43.36% from 255 or 19.50% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6ECC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6ECC is #059133. Grayscale: #A2A2A2. Windows color (decimal): -364852 or 13397754. OLE color: 13397754.
HSL color Cylindrical-coordinate representation of color #FA6ECC: hue angle of 319.71º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FA6ECC is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 110 | 204 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.02 |
| HSL | 319.71º | 0.93% | 0.71% | - |
| HSV(B) | 319.71º | 0.56% | 0.98% | - |
| XYZ | 55.9 | 35.84 | 61.1 | - |
| YUV | 162.58 | 151.38 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 110 | 204 | 0 | 0.56 | 0.18 | 0.02 | 319.71 | 0.93 | 0.71 |
| Hex | FA | 6E | CC | 0 | 38 | 12 | 2 | 140 | 5D | 47 |
| Octal | 372 | 156 | 314 | 0 | 70 | 22 | 2 | 500 | 135 | 107 |
| Binary | 11111010 | 1101110 | 11001100 | 0 | 111000 | 10010 | 10 | 101000000 | 1011101 | 1000111 |
Color Harmonies of #FA6ECC
Complementary color
Monochromatic Colors of #FA6ECC
Black with #FA6ECC
Text Example
Text Example
White with #FA6ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6ECC; }
p { color: rgb(250,110,204); }
H1.HeaderClassName
{
color: #FA6ECC;
}
.AnyTagClassName
{
color: #FA6ECC;
}
</style>
background-color css
<style>
a { background-color: #FA6ECC; }
a { background-color: rgb(250,110,204); }
div.DivClassName
{
background-color: #FA6ECC;
}
.BgClassName
{
background-color: #FA6ECC;
}
</style>
border-color css
<style>
span { border-color: #FA6ECC; }
span { border-color: rgb(250,110,204); }
td.TdClassName
{
border-color: #FA6ECC;
}
.TagClassName
{
border-color: #FA6ECC;
}
</style>