Shades of Neon Pink #FA65C7
Tints of Neon Pink #FA65C7
RGB
CMYK
RGB Variations
Color information
#FA65C7 (or 0xFA65C7) is known color: Neon Pink. HEX triplet: FA, 65 and C7. RGB value is (250,101,199). Sum of RGB (Red+Green+Blue) = 250+101+199=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 101 (39.84% from 255 or 18.36% from 550); Blue value is 199 (78.12% from 255 or 36.18% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FA65C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA65C7 is #059A38. Grayscale: #9C9C9C. Windows color (decimal): -367161 or 13067770. OLE color: 13067770.
HSL color Cylindrical-coordinate representation of color #FA65C7: hue angle of 320.54º 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 #FA65C7 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 101 | 199 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.02 |
| HSL | 320.54º | 0.94% | 0.69% | - |
| HSV(B) | 320.54º | 0.6% | 0.98% | - |
| XYZ | 54.39 | 33.75 | 57.68 | - |
| YUV | 156.72 | 151.86 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 101 | 199 | 0 | 0.60 | 0.20 | 0.02 | 320.54 | 0.94 | 0.69 |
| Hex | FA | 65 | C7 | 0 | 3C | 14 | 2 | 141 | 5E | 45 |
| Octal | 372 | 145 | 307 | 0 | 74 | 24 | 2 | 501 | 136 | 105 |
| Binary | 11111010 | 1100101 | 11000111 | 0 | 111100 | 10100 | 10 | 101000001 | 1011110 | 1000101 |
Color Harmonies of #FA65C7
Complementary color
Monochromatic Colors of #FA65C7
Black with #FA65C7
Text Example
Text Example
White with #FA65C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA65C7; }
p { color: rgb(250,101,199); }
H1.HeaderClassName
{
color: #FA65C7;
}
.AnyTagClassName
{
color: #FA65C7;
}
</style>
background-color css
<style>
a { background-color: #FA65C7; }
a { background-color: rgb(250,101,199); }
div.DivClassName
{
background-color: #FA65C7;
}
.BgClassName
{
background-color: #FA65C7;
}
</style>
border-color css
<style>
span { border-color: #FA65C7; }
span { border-color: rgb(250,101,199); }
td.TdClassName
{
border-color: #FA65C7;
}
.TagClassName
{
border-color: #FA65C7;
}
</style>