Shades of Neon Pink #FA6DC2
Tints of Neon Pink #FA6DC2
RGB
CMYK
RGB Variations
Color information
#FA6DC2 (or 0xFA6DC2) is known color: Neon Pink. HEX triplet: FA, 6D and C2. RGB value is (250,109,194). Sum of RGB (Red+Green+Blue) = 250+109+194=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 109 (42.97% from 255 or 19.71% from 553); Blue value is 194 (76.17% from 255 or 35.08% from 553); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6DC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6DC2 is #05923D. Grayscale: #A0A0A0. Windows color (decimal): -365118 or 12742138. OLE color: 12742138.
HSL color Cylindrical-coordinate representation of color #FA6DC2: hue angle of 323.83º 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 #FA6DC2 is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 109 | 194 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.02 |
| HSL | 323.83º | 0.93% | 0.7% | - |
| HSV(B) | 323.83º | 0.56% | 0.98% | - |
| XYZ | 54.63 | 35.16 | 54.95 | - |
| YUV | 160.85 | 146.71 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 109 | 194 | 0 | 0.56 | 0.22 | 0.02 | 323.83 | 0.93 | 0.7 |
| Hex | FA | 6D | C2 | 0 | 38 | 16 | 2 | 144 | 5D | 46 |
| Octal | 372 | 155 | 302 | 0 | 70 | 26 | 2 | 504 | 135 | 106 |
| Binary | 11111010 | 1101101 | 11000010 | 0 | 111000 | 10110 | 10 | 101000100 | 1011101 | 1000110 |
Color Harmonies of #FA6DC2
Complementary color
Monochromatic Colors of #FA6DC2
Black with #FA6DC2
Text Example
Text Example
White with #FA6DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6DC2; }
p { color: rgb(250,109,194); }
H1.HeaderClassName
{
color: #FA6DC2;
}
.AnyTagClassName
{
color: #FA6DC2;
}
</style>
background-color css
<style>
a { background-color: #FA6DC2; }
a { background-color: rgb(250,109,194); }
div.DivClassName
{
background-color: #FA6DC2;
}
.BgClassName
{
background-color: #FA6DC2;
}
</style>
border-color css
<style>
span { border-color: #FA6DC2; }
span { border-color: rgb(250,109,194); }
td.TdClassName
{
border-color: #FA6DC2;
}
.TagClassName
{
border-color: #FA6DC2;
}
</style>