Shades of Neon Pink #FA6BCD
Tints of Neon Pink #FA6BCD
RGB
CMYK
RGB Variations
Color information
#FA6BCD (or 0xFA6BCD) is known color: Neon Pink. HEX triplet: FA, 6B and CD. RGB value is (250,107,205). Sum of RGB (Red+Green+Blue) = 250+107+205=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 107 (42.19% from 255 or 19.04% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6BCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6BCD is #059432. Grayscale: #A0A0A0. Windows color (decimal): -365619 or 13462522. OLE color: 13462522.
HSL color Cylindrical-coordinate representation of color #FA6BCD: hue angle of 318.88º 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 #FA6BCD is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 107 | 205 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.02 |
| HSL | 318.88º | 0.93% | 0.7% | - |
| HSV(B) | 318.88º | 0.57% | 0.98% | - |
| XYZ | 55.7 | 35.25 | 61.63 | - |
| YUV | 160.93 | 152.88 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 107 | 205 | 0 | 0.57 | 0.18 | 0.02 | 318.88 | 0.93 | 0.7 |
| Hex | FA | 6B | CD | 0 | 39 | 12 | 2 | 13F | 5D | 46 |
| Octal | 372 | 153 | 315 | 0 | 71 | 22 | 2 | 477 | 135 | 106 |
| Binary | 11111010 | 1101011 | 11001101 | 0 | 111001 | 10010 | 10 | 100111111 | 1011101 | 1000110 |
Color Harmonies of #FA6BCD
Complementary color
Monochromatic Colors of #FA6BCD
Black with #FA6BCD
Text Example
Text Example
White with #FA6BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6BCD; }
p { color: rgb(250,107,205); }
H1.HeaderClassName
{
color: #FA6BCD;
}
.AnyTagClassName
{
color: #FA6BCD;
}
</style>
background-color css
<style>
a { background-color: #FA6BCD; }
a { background-color: rgb(250,107,205); }
div.DivClassName
{
background-color: #FA6BCD;
}
.BgClassName
{
background-color: #FA6BCD;
}
</style>
border-color css
<style>
span { border-color: #FA6BCD; }
span { border-color: rgb(250,107,205); }
td.TdClassName
{
border-color: #FA6BCD;
}
.TagClassName
{
border-color: #FA6BCD;
}
</style>