Shades of Neon Pink #FA65D4
Tints of Neon Pink #FA65D4
RGB
CMYK
RGB Variations
Color information
#FA65D4 (or 0xFA65D4) is known color: Neon Pink. HEX triplet: FA, 65 and D4. RGB value is (250,101,212). Sum of RGB (Red+Green+Blue) = 250+101+212=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 101 (39.84% from 255 or 17.94% from 563); Blue value is 212 (83.20% from 255 or 37.66% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FA65D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA65D4 is #059A2B. Grayscale: #9D9D9D. Windows color (decimal): -367148 or 13919738. OLE color: 13919738.
HSL color Cylindrical-coordinate representation of color #FA65D4: hue angle of 315.3º 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 #FA65D4 is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 101 | 212 | - |
| CMYK | 0 | 0.60 | 0.15 | 0.02 |
| HSL | 315.3º | 0.94% | 0.69% | - |
| HSV(B) | 315.3º | 0.6% | 0.98% | - |
| XYZ | 55.96 | 34.38 | 65.97 | - |
| YUV | 158.21 | 158.36 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 101 | 212 | 0 | 0.60 | 0.15 | 0.02 | 315.3 | 0.94 | 0.69 |
| Hex | FA | 65 | D4 | 0 | 3C | F | 2 | 13B | 5E | 45 |
| Octal | 372 | 145 | 324 | 0 | 74 | 17 | 2 | 473 | 136 | 105 |
| Binary | 11111010 | 1100101 | 11010100 | 0 | 111100 | 1111 | 10 | 100111011 | 1011110 | 1000101 |
Color Harmonies of #FA65D4
Complementary color
Monochromatic Colors of #FA65D4
Black with #FA65D4
Text Example
Text Example
White with #FA65D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA65D4; }
p { color: rgb(250,101,212); }
H1.HeaderClassName
{
color: #FA65D4;
}
.AnyTagClassName
{
color: #FA65D4;
}
</style>
background-color css
<style>
a { background-color: #FA65D4; }
a { background-color: rgb(250,101,212); }
div.DivClassName
{
background-color: #FA65D4;
}
.BgClassName
{
background-color: #FA65D4;
}
</style>
border-color css
<style>
span { border-color: #FA65D4; }
span { border-color: rgb(250,101,212); }
td.TdClassName
{
border-color: #FA65D4;
}
.TagClassName
{
border-color: #FA65D4;
}
</style>