Shades of Neon Pink #FA6CC6
Tints of Neon Pink #FA6CC6
RGB
CMYK
RGB Variations
Color information
#FA6CC6 (or 0xFA6CC6) is known color: Neon Pink. HEX triplet: FA, 6C and C6. RGB value is (250,108,198). Sum of RGB (Red+Green+Blue) = 250+108+198=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 108 (42.58% from 255 or 19.42% from 556); Blue value is 198 (77.73% from 255 or 35.61% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6CC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6CC6 is #059339. Grayscale: #A0A0A0. Windows color (decimal): -365370 or 13004026. OLE color: 13004026.
HSL color Cylindrical-coordinate representation of color #FA6CC6: hue angle of 321.97º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FA6CC6 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 108 | 198 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.02 |
| HSL | 321.97º | 0.93% | 0.7% | - |
| HSV(B) | 321.97º | 0.57% | 0.98% | - |
| XYZ | 54.98 | 35.13 | 57.31 | - |
| YUV | 160.72 | 149.04 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 108 | 198 | 0 | 0.57 | 0.21 | 0.02 | 321.97 | 0.93 | 0.7 |
| Hex | FA | 6C | C6 | 0 | 39 | 15 | 2 | 142 | 5D | 46 |
| Octal | 372 | 154 | 306 | 0 | 71 | 25 | 2 | 502 | 135 | 106 |
| Binary | 11111010 | 1101100 | 11000110 | 0 | 111001 | 10101 | 10 | 101000010 | 1011101 | 1000110 |
Color Harmonies of #FA6CC6
Complementary color
Monochromatic Colors of #FA6CC6
Black with #FA6CC6
Text Example
Text Example
White with #FA6CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6CC6; }
p { color: rgb(250,108,198); }
H1.HeaderClassName
{
color: #FA6CC6;
}
.AnyTagClassName
{
color: #FA6CC6;
}
</style>
background-color css
<style>
a { background-color: #FA6CC6; }
a { background-color: rgb(250,108,198); }
div.DivClassName
{
background-color: #FA6CC6;
}
.BgClassName
{
background-color: #FA6CC6;
}
</style>
border-color css
<style>
span { border-color: #FA6CC6; }
span { border-color: rgb(250,108,198); }
td.TdClassName
{
border-color: #FA6CC6;
}
.TagClassName
{
border-color: #FA6CC6;
}
</style>