Shades of Neon Pink #FA6FC1
Tints of Neon Pink #FA6FC1
RGB
CMYK
RGB Variations
Color information
#FA6FC1 (or 0xFA6FC1) is known color: Neon Pink. HEX triplet: FA, 6F and C1. RGB value is (250,111,193). Sum of RGB (Red+Green+Blue) = 250+111+193=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 111 (43.75% from 255 or 20.04% from 554); Blue value is 193 (75.78% from 255 or 34.84% from 554); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6FC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6FC1 is #05903E. Grayscale: #A1A1A1. Windows color (decimal): -364607 or 12677114. OLE color: 12677114.
HSL color Cylindrical-coordinate representation of color #FA6FC1: hue angle of 324.6º 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 #FA6FC1 is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 111 | 193 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.02 |
| HSL | 324.6º | 0.93% | 0.71% | - |
| HSV(B) | 324.6º | 0.56% | 0.98% | - |
| XYZ | 54.73 | 35.54 | 54.43 | - |
| YUV | 161.91 | 145.55 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 111 | 193 | 0 | 0.56 | 0.23 | 0.02 | 324.6 | 0.93 | 0.71 |
| Hex | FA | 6F | C1 | 0 | 38 | 17 | 2 | 145 | 5D | 47 |
| Octal | 372 | 157 | 301 | 0 | 70 | 27 | 2 | 505 | 135 | 107 |
| Binary | 11111010 | 1101111 | 11000001 | 0 | 111000 | 10111 | 10 | 101000101 | 1011101 | 1000111 |
Color Harmonies of #FA6FC1
Complementary color
Monochromatic Colors of #FA6FC1
Black with #FA6FC1
Text Example
Text Example
White with #FA6FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6FC1; }
p { color: rgb(250,111,193); }
H1.HeaderClassName
{
color: #FA6FC1;
}
.AnyTagClassName
{
color: #FA6FC1;
}
</style>
background-color css
<style>
a { background-color: #FA6FC1; }
a { background-color: rgb(250,111,193); }
div.DivClassName
{
background-color: #FA6FC1;
}
.BgClassName
{
background-color: #FA6FC1;
}
</style>
border-color css
<style>
span { border-color: #FA6FC1; }
span { border-color: rgb(250,111,193); }
td.TdClassName
{
border-color: #FA6FC1;
}
.TagClassName
{
border-color: #FA6FC1;
}
</style>