Shades of Neon Pink #FA65D0
Tints of Neon Pink #FA65D0
RGB
CMYK
RGB Variations
Color information
#FA65D0 (or 0xFA65D0) is known color: Neon Pink. HEX triplet: FA, 65 and D0. RGB value is (250,101,208). Sum of RGB (Red+Green+Blue) = 250+101+208=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 101 (39.84% from 255 or 18.07% from 559); Blue value is 208 (81.64% from 255 or 37.21% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FA65D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA65D0 is #059A2F. Grayscale: #9D9D9D. Windows color (decimal): -367152 or 13657594. OLE color: 13657594.
HSL color Cylindrical-coordinate representation of color #FA65D0: hue angle of 316.91º 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 #FA65D0 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 101 | 208 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.02 |
| HSL | 316.91º | 0.94% | 0.69% | - |
| HSV(B) | 316.91º | 0.6% | 0.98% | - |
| XYZ | 55.46 | 34.19 | 63.35 | - |
| YUV | 157.75 | 156.36 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 101 | 208 | 0 | 0.60 | 0.17 | 0.02 | 316.91 | 0.94 | 0.69 |
| Hex | FA | 65 | D0 | 0 | 3C | 11 | 2 | 13D | 5E | 45 |
| Octal | 372 | 145 | 320 | 0 | 74 | 21 | 2 | 475 | 136 | 105 |
| Binary | 11111010 | 1100101 | 11010000 | 0 | 111100 | 10001 | 10 | 100111101 | 1011110 | 1000101 |
Color Harmonies of #FA65D0
Complementary color
Monochromatic Colors of #FA65D0
Black with #FA65D0
Text Example
Text Example
White with #FA65D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA65D0; }
p { color: rgb(250,101,208); }
H1.HeaderClassName
{
color: #FA65D0;
}
.AnyTagClassName
{
color: #FA65D0;
}
</style>
background-color css
<style>
a { background-color: #FA65D0; }
a { background-color: rgb(250,101,208); }
div.DivClassName
{
background-color: #FA65D0;
}
.BgClassName
{
background-color: #FA65D0;
}
</style>
border-color css
<style>
span { border-color: #FA65D0; }
span { border-color: rgb(250,101,208); }
td.TdClassName
{
border-color: #FA65D0;
}
.TagClassName
{
border-color: #FA65D0;
}
</style>