Shades of Neon Pink #FA65C2
Tints of Neon Pink #FA65C2
RGB
CMYK
RGB Variations
Color information
#FA65C2 (or 0xFA65C2) is known color: Neon Pink. HEX triplet: FA, 65 and C2. RGB value is (250,101,194). Sum of RGB (Red+Green+Blue) = 250+101+194=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 101 (39.84% from 255 or 18.53% from 545); Blue value is 194 (76.17% from 255 or 35.60% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FA65C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA65C2 is #059A3D. Grayscale: #9B9B9B. Windows color (decimal): -367166 or 12740090. OLE color: 12740090.
HSL color Cylindrical-coordinate representation of color #FA65C2: hue angle of 322.55º 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 #FA65C2 is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 101 | 194 | - |
| CMYK | 0 | 0.60 | 0.22 | 0.02 |
| HSL | 322.55º | 0.94% | 0.69% | - |
| HSV(B) | 322.55º | 0.6% | 0.98% | - |
| XYZ | 53.82 | 33.53 | 54.67 | - |
| YUV | 156.15 | 149.36 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 101 | 194 | 0 | 0.60 | 0.22 | 0.02 | 322.55 | 0.94 | 0.69 |
| Hex | FA | 65 | C2 | 0 | 3C | 16 | 2 | 143 | 5E | 45 |
| Octal | 372 | 145 | 302 | 0 | 74 | 26 | 2 | 503 | 136 | 105 |
| Binary | 11111010 | 1100101 | 11000010 | 0 | 111100 | 10110 | 10 | 101000011 | 1011110 | 1000101 |
Color Harmonies of #FA65C2
Complementary color
Monochromatic Colors of #FA65C2
Black with #FA65C2
Text Example
Text Example
White with #FA65C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA65C2; }
p { color: rgb(250,101,194); }
H1.HeaderClassName
{
color: #FA65C2;
}
.AnyTagClassName
{
color: #FA65C2;
}
</style>
background-color css
<style>
a { background-color: #FA65C2; }
a { background-color: rgb(250,101,194); }
div.DivClassName
{
background-color: #FA65C2;
}
.BgClassName
{
background-color: #FA65C2;
}
</style>
border-color css
<style>
span { border-color: #FA65C2; }
span { border-color: rgb(250,101,194); }
td.TdClassName
{
border-color: #FA65C2;
}
.TagClassName
{
border-color: #FA65C2;
}
</style>