Shades of Neon Pink #FA65D5
Tints of Neon Pink #FA65D5
RGB
CMYK
RGB Variations
Color information
#FA65D5 (or 0xFA65D5) is known color: Neon Pink. HEX triplet: FA, 65 and D5. RGB value is (250,101,213). Sum of RGB (Red+Green+Blue) = 250+101+213=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 101 (39.84% from 255 or 17.91% from 564); Blue value is 213 (83.59% from 255 or 37.77% from 564); Max value from RGB is 250 - color contains mainly: red. Hex color #FA65D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA65D5 is #059A2A. Grayscale: #9E9E9E. Windows color (decimal): -367147 or 13985274. OLE color: 13985274.
HSL color Cylindrical-coordinate representation of color #FA65D5: hue angle of 314.9º 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 #FA65D5 is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 101 | 213 | - |
| CMYK | 0 | 0.60 | 0.15 | 0.02 |
| HSL | 314.9º | 0.94% | 0.69% | - |
| HSV(B) | 314.9º | 0.6% | 0.98% | - |
| XYZ | 56.09 | 34.44 | 66.64 | - |
| YUV | 158.32 | 158.86 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 101 | 213 | 0 | 0.60 | 0.15 | 0.02 | 314.9 | 0.94 | 0.69 |
| Hex | FA | 65 | D5 | 0 | 3C | F | 2 | 13B | 5E | 45 |
| Octal | 372 | 145 | 325 | 0 | 74 | 17 | 2 | 473 | 136 | 105 |
| Binary | 11111010 | 1100101 | 11010101 | 0 | 111100 | 1111 | 10 | 100111011 | 1011110 | 1000101 |
Color Harmonies of #FA65D5
Complementary color
Monochromatic Colors of #FA65D5
Black with #FA65D5
Text Example
Text Example
White with #FA65D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA65D5; }
p { color: rgb(250,101,213); }
H1.HeaderClassName
{
color: #FA65D5;
}
.AnyTagClassName
{
color: #FA65D5;
}
</style>
background-color css
<style>
a { background-color: #FA65D5; }
a { background-color: rgb(250,101,213); }
div.DivClassName
{
background-color: #FA65D5;
}
.BgClassName
{
background-color: #FA65D5;
}
</style>
border-color css
<style>
span { border-color: #FA65D5; }
span { border-color: rgb(250,101,213); }
td.TdClassName
{
border-color: #FA65D5;
}
.TagClassName
{
border-color: #FA65D5;
}
</style>