Shades of Neon Pink #FA6DC8
Tints of Neon Pink #FA6DC8
RGB
CMYK
RGB Variations
Color information
#FA6DC8 (or 0xFA6DC8) is known color: Neon Pink. HEX triplet: FA, 6D and C8. RGB value is (250,109,200). Sum of RGB (Red+Green+Blue) = 250+109+200=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 109 (42.97% from 255 or 19.50% from 559); Blue value is 200 (78.52% from 255 or 35.78% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6DC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6DC8 is #059237. Grayscale: #A1A1A1. Windows color (decimal): -365112 or 13135354. OLE color: 13135354.
HSL color Cylindrical-coordinate representation of color #FA6DC8: hue angle of 321.28º 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 #FA6DC8 is Cyan = 0, Magento = 0.56, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 109 | 200 | - |
| CMYK | 0 | 0.56 | 0.2 | 0.02 |
| HSL | 321.28º | 0.93% | 0.7% | - |
| HSV(B) | 321.28º | 0.56% | 0.98% | - |
| XYZ | 55.32 | 35.43 | 58.57 | - |
| YUV | 161.53 | 149.71 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 109 | 200 | 0 | 0.56 | 0.2 | 0.02 | 321.28 | 0.93 | 0.7 |
| Hex | FA | 6D | C8 | 0 | 38 | 14 | 2 | 141 | 5D | 46 |
| Octal | 372 | 155 | 310 | 0 | 70 | 24 | 2 | 501 | 135 | 106 |
| Binary | 11111010 | 1101101 | 11001000 | 0 | 111000 | 10100 | 10 | 101000001 | 1011101 | 1000110 |
Color Harmonies of #FA6DC8
Complementary color
Monochromatic Colors of #FA6DC8
Black with #FA6DC8
Text Example
Text Example
White with #FA6DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6DC8; }
p { color: rgb(250,109,200); }
H1.HeaderClassName
{
color: #FA6DC8;
}
.AnyTagClassName
{
color: #FA6DC8;
}
</style>
background-color css
<style>
a { background-color: #FA6DC8; }
a { background-color: rgb(250,109,200); }
div.DivClassName
{
background-color: #FA6DC8;
}
.BgClassName
{
background-color: #FA6DC8;
}
</style>
border-color css
<style>
span { border-color: #FA6DC8; }
span { border-color: rgb(250,109,200); }
td.TdClassName
{
border-color: #FA6DC8;
}
.TagClassName
{
border-color: #FA6DC8;
}
</style>