Shades of Neon Pink #FA6DC0
Tints of Neon Pink #FA6DC0
RGB
CMYK
RGB Variations
Color information
#FA6DC0 (or 0xFA6DC0) is known color: Neon Pink. HEX triplet: FA, 6D and C0. RGB value is (250,109,192). Sum of RGB (Red+Green+Blue) = 250+109+192=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 109 (42.97% from 255 or 19.78% from 551); Blue value is 192 (75.39% from 255 or 34.85% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6DC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6DC0 is #05923F. Grayscale: #A0A0A0. Windows color (decimal): -365120 or 12611066. OLE color: 12611066.
HSL color Cylindrical-coordinate representation of color #FA6DC0: hue angle of 324.68º 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 #FA6DC0 is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 109 | 192 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.02 |
| HSL | 324.68º | 0.93% | 0.7% | - |
| HSV(B) | 324.68º | 0.56% | 0.98% | - |
| XYZ | 54.41 | 35.07 | 53.77 | - |
| YUV | 160.62 | 145.71 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 109 | 192 | 0 | 0.56 | 0.23 | 0.02 | 324.68 | 0.93 | 0.7 |
| Hex | FA | 6D | C0 | 0 | 38 | 17 | 2 | 145 | 5D | 46 |
| Octal | 372 | 155 | 300 | 0 | 70 | 27 | 2 | 505 | 135 | 106 |
| Binary | 11111010 | 1101101 | 11000000 | 0 | 111000 | 10111 | 10 | 101000101 | 1011101 | 1000110 |
Color Harmonies of #FA6DC0
Complementary color
Monochromatic Colors of #FA6DC0
Black with #FA6DC0
Text Example
Text Example
White with #FA6DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6DC0; }
p { color: rgb(250,109,192); }
H1.HeaderClassName
{
color: #FA6DC0;
}
.AnyTagClassName
{
color: #FA6DC0;
}
</style>
background-color css
<style>
a { background-color: #FA6DC0; }
a { background-color: rgb(250,109,192); }
div.DivClassName
{
background-color: #FA6DC0;
}
.BgClassName
{
background-color: #FA6DC0;
}
</style>
border-color css
<style>
span { border-color: #FA6DC0; }
span { border-color: rgb(250,109,192); }
td.TdClassName
{
border-color: #FA6DC0;
}
.TagClassName
{
border-color: #FA6DC0;
}
</style>