Shades of Neon Pink #FA65C9
Tints of Neon Pink #FA65C9
RGB
CMYK
RGB Variations
Color information
#FA65C9 (or 0xFA65C9) is known color: Neon Pink. HEX triplet: FA, 65 and C9. RGB value is (250,101,201). Sum of RGB (Red+Green+Blue) = 250+101+201=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 101 (39.84% from 255 or 18.30% from 552); Blue value is 201 (78.91% from 255 or 36.41% from 552); Max value from RGB is 250 - color contains mainly: red. Hex color #FA65C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA65C9 is #059A36. Grayscale: #9C9C9C. Windows color (decimal): -367159 or 13198842. OLE color: 13198842.
HSL color Cylindrical-coordinate representation of color #FA65C9: hue angle of 319.73º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA65C9 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 101 | 201 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.02 |
| HSL | 319.73º | 0.94% | 0.69% | - |
| HSV(B) | 319.73º | 0.6% | 0.98% | - |
| XYZ | 54.62 | 33.85 | 58.91 | - |
| YUV | 156.95 | 152.86 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 101 | 201 | 0 | 0.60 | 0.20 | 0.02 | 319.73 | 0.94 | 0.69 |
| Hex | FA | 65 | C9 | 0 | 3C | 14 | 2 | 140 | 5E | 45 |
| Octal | 372 | 145 | 311 | 0 | 74 | 24 | 2 | 500 | 136 | 105 |
| Binary | 11111010 | 1100101 | 11001001 | 0 | 111100 | 10100 | 10 | 101000000 | 1011110 | 1000101 |
Color Harmonies of #FA65C9
Complementary color
Monochromatic Colors of #FA65C9
Black with #FA65C9
Text Example
Text Example
White with #FA65C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA65C9; }
p { color: rgb(250,101,201); }
H1.HeaderClassName
{
color: #FA65C9;
}
.AnyTagClassName
{
color: #FA65C9;
}
</style>
background-color css
<style>
a { background-color: #FA65C9; }
a { background-color: rgb(250,101,201); }
div.DivClassName
{
background-color: #FA65C9;
}
.BgClassName
{
background-color: #FA65C9;
}
</style>
border-color css
<style>
span { border-color: #FA65C9; }
span { border-color: rgb(250,101,201); }
td.TdClassName
{
border-color: #FA65C9;
}
.TagClassName
{
border-color: #FA65C9;
}
</style>