Shades of Neon Pink #FA6DC6
Tints of Neon Pink #FA6DC6
RGB
CMYK
RGB Variations
Color information
#FA6DC6 (or 0xFA6DC6) is known color: Neon Pink. HEX triplet: FA, 6D and C6. RGB value is (250,109,198). Sum of RGB (Red+Green+Blue) = 250+109+198=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 109 (42.97% from 255 or 19.57% from 557); Blue value is 198 (77.73% from 255 or 35.55% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6DC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6DC6 is #059239. Grayscale: #A1A1A1. Windows color (decimal): -365114 or 13004282. OLE color: 13004282.
HSL color Cylindrical-coordinate representation of color #FA6DC6: hue angle of 322.13º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FA6DC6 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 109 | 198 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.02 |
| HSL | 322.13º | 0.93% | 0.7% | - |
| HSV(B) | 322.13º | 0.56% | 0.98% | - |
| XYZ | 55.09 | 35.34 | 57.34 | - |
| YUV | 161.31 | 148.71 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 109 | 198 | 0 | 0.56 | 0.21 | 0.02 | 322.13 | 0.93 | 0.7 |
| Hex | FA | 6D | C6 | 0 | 38 | 15 | 2 | 142 | 5D | 46 |
| Octal | 372 | 155 | 306 | 0 | 70 | 25 | 2 | 502 | 135 | 106 |
| Binary | 11111010 | 1101101 | 11000110 | 0 | 111000 | 10101 | 10 | 101000010 | 1011101 | 1000110 |
Color Harmonies of #FA6DC6
Complementary color
Monochromatic Colors of #FA6DC6
Black with #FA6DC6
Text Example
Text Example
White with #FA6DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6DC6; }
p { color: rgb(250,109,198); }
H1.HeaderClassName
{
color: #FA6DC6;
}
.AnyTagClassName
{
color: #FA6DC6;
}
</style>
background-color css
<style>
a { background-color: #FA6DC6; }
a { background-color: rgb(250,109,198); }
div.DivClassName
{
background-color: #FA6DC6;
}
.BgClassName
{
background-color: #FA6DC6;
}
</style>
border-color css
<style>
span { border-color: #FA6DC6; }
span { border-color: rgb(250,109,198); }
td.TdClassName
{
border-color: #FA6DC6;
}
.TagClassName
{
border-color: #FA6DC6;
}
</style>