Shades of Neon Pink #FA6CCD
Tints of Neon Pink #FA6CCD
RGB
CMYK
RGB Variations
Color information
#FA6CCD (or 0xFA6CCD) is known color: Neon Pink. HEX triplet: FA, 6C and CD. RGB value is (250,108,205). Sum of RGB (Red+Green+Blue) = 250+108+205=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 108 (42.58% from 255 or 19.18% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6CCD is #059332. Grayscale: #A1A1A1. Windows color (decimal): -365363 or 13462778. OLE color: 13462778.
HSL color Cylindrical-coordinate representation of color #FA6CCD: hue angle of 319.01º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FA6CCD is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 108 | 205 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.02 |
| HSL | 319.01º | 0.93% | 0.7% | - |
| HSV(B) | 319.01º | 0.57% | 0.98% | - |
| XYZ | 55.81 | 35.46 | 61.66 | - |
| YUV | 161.52 | 152.54 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 108 | 205 | 0 | 0.57 | 0.18 | 0.02 | 319.01 | 0.93 | 0.7 |
| Hex | FA | 6C | CD | 0 | 39 | 12 | 2 | 13F | 5D | 46 |
| Octal | 372 | 154 | 315 | 0 | 71 | 22 | 2 | 477 | 135 | 106 |
| Binary | 11111010 | 1101100 | 11001101 | 0 | 111001 | 10010 | 10 | 100111111 | 1011101 | 1000110 |
Color Harmonies of #FA6CCD
Complementary color
Monochromatic Colors of #FA6CCD
Black with #FA6CCD
Text Example
Text Example
White with #FA6CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6CCD; }
p { color: rgb(250,108,205); }
H1.HeaderClassName
{
color: #FA6CCD;
}
.AnyTagClassName
{
color: #FA6CCD;
}
</style>
background-color css
<style>
a { background-color: #FA6CCD; }
a { background-color: rgb(250,108,205); }
div.DivClassName
{
background-color: #FA6CCD;
}
.BgClassName
{
background-color: #FA6CCD;
}
</style>
border-color css
<style>
span { border-color: #FA6CCD; }
span { border-color: rgb(250,108,205); }
td.TdClassName
{
border-color: #FA6CCD;
}
.TagClassName
{
border-color: #FA6CCD;
}
</style>