Shades of Neon Pink #FA60D4
Tints of Neon Pink #FA60D4
RGB
CMYK
RGB Variations
Color information
#FA60D4 (or 0xFA60D4) is known color: Neon Pink. HEX triplet: FA, 60 and D4. RGB value is (250,96,212). Sum of RGB (Red+Green+Blue) = 250+96+212=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 96 (37.89% from 255 or 17.20% from 558); Blue value is 212 (83.20% from 255 or 37.99% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FA60D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA60D4 is #059F2B. Grayscale: #9A9A9A. Windows color (decimal): -368428 or 13918458. OLE color: 13918458.
HSL color Cylindrical-coordinate representation of color #FA60D4: hue angle of 314.81º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA60D4 is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 96 | 212 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.02 |
| HSL | 314.81º | 0.94% | 0.68% | - |
| HSV(B) | 314.81º | 0.62% | 0.98% | - |
| XYZ | 55.49 | 33.44 | 65.82 | - |
| YUV | 155.27 | 160.02 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 96 | 212 | 0 | 0.62 | 0.15 | 0.02 | 314.81 | 0.94 | 0.68 |
| Hex | FA | 60 | D4 | 0 | 3E | F | 2 | 13B | 5E | 44 |
| Octal | 372 | 140 | 324 | 0 | 76 | 17 | 2 | 473 | 136 | 104 |
| Binary | 11111010 | 1100000 | 11010100 | 0 | 111110 | 1111 | 10 | 100111011 | 1011110 | 1000100 |
Color Harmonies of #FA60D4
Complementary color
Monochromatic Colors of #FA60D4
Black with #FA60D4
Text Example
Text Example
White with #FA60D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA60D4; }
p { color: rgb(250,96,212); }
H1.HeaderClassName
{
color: #FA60D4;
}
.AnyTagClassName
{
color: #FA60D4;
}
</style>
background-color css
<style>
a { background-color: #FA60D4; }
a { background-color: rgb(250,96,212); }
div.DivClassName
{
background-color: #FA60D4;
}
.BgClassName
{
background-color: #FA60D4;
}
</style>
border-color css
<style>
span { border-color: #FA60D4; }
span { border-color: rgb(250,96,212); }
td.TdClassName
{
border-color: #FA60D4;
}
.TagClassName
{
border-color: #FA60D4;
}
</style>