Shades of Neon Pink #FA65C8
Tints of Neon Pink #FA65C8
RGB
CMYK
RGB Variations
Color information
#FA65C8 (or 0xFA65C8) is known color: Neon Pink. HEX triplet: FA, 65 and C8. RGB value is (250,101,200). Sum of RGB (Red+Green+Blue) = 250+101+200=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 101 (39.84% from 255 or 18.33% from 551); Blue value is 200 (78.52% from 255 or 36.30% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FA65C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA65C8 is #059A37. Grayscale: #9C9C9C. Windows color (decimal): -367160 or 13133306. OLE color: 13133306.
HSL color Cylindrical-coordinate representation of color #FA65C8: hue angle of 320.13º 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 #FA65C8 is Cyan = 0, Magento = 0.60, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 101 | 200 | - |
| CMYK | 0 | 0.60 | 0.2 | 0.02 |
| HSL | 320.13º | 0.94% | 0.69% | - |
| HSV(B) | 320.13º | 0.6% | 0.98% | - |
| XYZ | 54.5 | 33.8 | 58.3 | - |
| YUV | 156.84 | 152.36 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 101 | 200 | 0 | 0.60 | 0.2 | 0.02 | 320.13 | 0.94 | 0.69 |
| Hex | FA | 65 | C8 | 0 | 3C | 14 | 2 | 140 | 5E | 45 |
| Octal | 372 | 145 | 310 | 0 | 74 | 24 | 2 | 500 | 136 | 105 |
| Binary | 11111010 | 1100101 | 11001000 | 0 | 111100 | 10100 | 10 | 101000000 | 1011110 | 1000101 |
Color Harmonies of #FA65C8
Complementary color
Monochromatic Colors of #FA65C8
Black with #FA65C8
Text Example
Text Example
White with #FA65C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA65C8; }
p { color: rgb(250,101,200); }
H1.HeaderClassName
{
color: #FA65C8;
}
.AnyTagClassName
{
color: #FA65C8;
}
</style>
background-color css
<style>
a { background-color: #FA65C8; }
a { background-color: rgb(250,101,200); }
div.DivClassName
{
background-color: #FA65C8;
}
.BgClassName
{
background-color: #FA65C8;
}
</style>
border-color css
<style>
span { border-color: #FA65C8; }
span { border-color: rgb(250,101,200); }
td.TdClassName
{
border-color: #FA65C8;
}
.TagClassName
{
border-color: #FA65C8;
}
</style>