Shades of Neon Pink #FA6FC5
Tints of Neon Pink #FA6FC5
RGB
CMYK
RGB Variations
Color information
#FA6FC5 (or 0xFA6FC5) is known color: Neon Pink. HEX triplet: FA, 6F and C5. RGB value is (250,111,197). Sum of RGB (Red+Green+Blue) = 250+111+197=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 111 (43.75% from 255 or 19.89% from 558); Blue value is 197 (77.34% from 255 or 35.30% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6FC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6FC5 is #05903A. Grayscale: #A2A2A2. Windows color (decimal): -364603 or 12939258. OLE color: 12939258.
HSL color Cylindrical-coordinate representation of color #FA6FC5: hue angle of 322.88º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FA6FC5 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 111 | 197 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.02 |
| HSL | 322.88º | 0.93% | 0.71% | - |
| HSV(B) | 322.88º | 0.56% | 0.98% | - |
| XYZ | 55.19 | 35.72 | 56.81 | - |
| YUV | 162.37 | 147.55 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 111 | 197 | 0 | 0.56 | 0.21 | 0.02 | 322.88 | 0.93 | 0.71 |
| Hex | FA | 6F | C5 | 0 | 38 | 15 | 2 | 143 | 5D | 47 |
| Octal | 372 | 157 | 305 | 0 | 70 | 25 | 2 | 503 | 135 | 107 |
| Binary | 11111010 | 1101111 | 11000101 | 0 | 111000 | 10101 | 10 | 101000011 | 1011101 | 1000111 |
Color Harmonies of #FA6FC5
Complementary color
Monochromatic Colors of #FA6FC5
Black with #FA6FC5
Text Example
Text Example
White with #FA6FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6FC5; }
p { color: rgb(250,111,197); }
H1.HeaderClassName
{
color: #FA6FC5;
}
.AnyTagClassName
{
color: #FA6FC5;
}
</style>
background-color css
<style>
a { background-color: #FA6FC5; }
a { background-color: rgb(250,111,197); }
div.DivClassName
{
background-color: #FA6FC5;
}
.BgClassName
{
background-color: #FA6FC5;
}
</style>
border-color css
<style>
span { border-color: #FA6FC5; }
span { border-color: rgb(250,111,197); }
td.TdClassName
{
border-color: #FA6FC5;
}
.TagClassName
{
border-color: #FA6FC5;
}
</style>