Shades of Neon Pink #FA65D6
Tints of Neon Pink #FA65D6
RGB
CMYK
RGB Variations
Color information
#FA65D6 (or 0xFA65D6) is known color: Neon Pink. HEX triplet: FA, 65 and D6. RGB value is (250,101,214). Sum of RGB (Red+Green+Blue) = 250+101+214=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 101 (39.84% from 255 or 17.88% from 565); Blue value is 214 (83.98% from 255 or 37.88% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FA65D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA65D6 is #059A29. Grayscale: #9E9E9E. Windows color (decimal): -367146 or 14050810. OLE color: 14050810.
HSL color Cylindrical-coordinate representation of color #FA65D6: hue angle of 314.5º 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 #FA65D6 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 101 | 214 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.02 |
| HSL | 314.5º | 0.94% | 0.69% | - |
| HSV(B) | 314.5º | 0.6% | 0.98% | - |
| XYZ | 56.22 | 34.49 | 67.31 | - |
| YUV | 158.43 | 159.36 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 101 | 214 | 0 | 0.60 | 0.14 | 0.02 | 314.5 | 0.94 | 0.69 |
| Hex | FA | 65 | D6 | 0 | 3C | E | 2 | 13A | 5E | 45 |
| Octal | 372 | 145 | 326 | 0 | 74 | 16 | 2 | 472 | 136 | 105 |
| Binary | 11111010 | 1100101 | 11010110 | 0 | 111100 | 1110 | 10 | 100111010 | 1011110 | 1000101 |
Color Harmonies of #FA65D6
Complementary color
Monochromatic Colors of #FA65D6
Black with #FA65D6
Text Example
Text Example
White with #FA65D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA65D6; }
p { color: rgb(250,101,214); }
H1.HeaderClassName
{
color: #FA65D6;
}
.AnyTagClassName
{
color: #FA65D6;
}
</style>
background-color css
<style>
a { background-color: #FA65D6; }
a { background-color: rgb(250,101,214); }
div.DivClassName
{
background-color: #FA65D6;
}
.BgClassName
{
background-color: #FA65D6;
}
</style>
border-color css
<style>
span { border-color: #FA65D6; }
span { border-color: rgb(250,101,214); }
td.TdClassName
{
border-color: #FA65D6;
}
.TagClassName
{
border-color: #FA65D6;
}
</style>