Shades of Neon Pink #FA61C0
Tints of Neon Pink #FA61C0
RGB
CMYK
RGB Variations
Color information
#FA61C0 (or 0xFA61C0) is known color: Neon Pink. HEX triplet: FA, 61 and C0. RGB value is (250,97,192). Sum of RGB (Red+Green+Blue) = 250+97+192=539 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.38% from 539); Green value is 97 (38.28% from 255 or 18.00% from 539); Blue value is 192 (75.39% from 255 or 35.62% from 539); Max value from RGB is 250 - color contains mainly: red. Hex color #FA61C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA61C0 is #059E3F. Grayscale: #999999. Windows color (decimal): -368192 or 12607994. OLE color: 12607994.
HSL color Cylindrical-coordinate representation of color #FA61C0: hue angle of 322.75º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FA61C0 is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 97 | 192 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.02 |
| HSL | 322.75º | 0.94% | 0.68% | - |
| HSV(B) | 322.75º | 0.61% | 0.98% | - |
| XYZ | 53.21 | 32.68 | 53.37 | - |
| YUV | 153.58 | 149.69 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 97 | 192 | 0 | 0.61 | 0.23 | 0.02 | 322.75 | 0.94 | 0.68 |
| Hex | FA | 61 | C0 | 0 | 3D | 17 | 2 | 143 | 5E | 44 |
| Octal | 372 | 141 | 300 | 0 | 75 | 27 | 2 | 503 | 136 | 104 |
| Binary | 11111010 | 1100001 | 11000000 | 0 | 111101 | 10111 | 10 | 101000011 | 1011110 | 1000100 |
Color Harmonies of #FA61C0
Complementary color
Monochromatic Colors of #FA61C0
Black with #FA61C0
Text Example
Text Example
White with #FA61C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA61C0; }
p { color: rgb(250,97,192); }
H1.HeaderClassName
{
color: #FA61C0;
}
.AnyTagClassName
{
color: #FA61C0;
}
</style>
background-color css
<style>
a { background-color: #FA61C0; }
a { background-color: rgb(250,97,192); }
div.DivClassName
{
background-color: #FA61C0;
}
.BgClassName
{
background-color: #FA61C0;
}
</style>
border-color css
<style>
span { border-color: #FA61C0; }
span { border-color: rgb(250,97,192); }
td.TdClassName
{
border-color: #FA61C0;
}
.TagClassName
{
border-color: #FA61C0;
}
</style>