Shades of Neon Pink #FA6BCB
Tints of Neon Pink #FA6BCB
RGB
CMYK
RGB Variations
Color information
#FA6BCB (or 0xFA6BCB) is known color: Neon Pink. HEX triplet: FA, 6B and CB. RGB value is (250,107,203). Sum of RGB (Red+Green+Blue) = 250+107+203=560 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.64% from 560); Green value is 107 (42.19% from 255 or 19.11% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6BCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6BCB is #059434. Grayscale: #A0A0A0. Windows color (decimal): -365621 or 13331450. OLE color: 13331450.
HSL color Cylindrical-coordinate representation of color #FA6BCB: hue angle of 319.72º 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 #FA6BCB is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 107 | 203 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.02 |
| HSL | 319.72º | 0.93% | 0.7% | - |
| HSV(B) | 319.72º | 0.57% | 0.98% | - |
| XYZ | 55.46 | 35.15 | 60.36 | - |
| YUV | 160.7 | 151.88 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 107 | 203 | 0 | 0.57 | 0.19 | 0.02 | 319.72 | 0.93 | 0.7 |
| Hex | FA | 6B | CB | 0 | 39 | 13 | 2 | 140 | 5D | 46 |
| Octal | 372 | 153 | 313 | 0 | 71 | 23 | 2 | 500 | 135 | 106 |
| Binary | 11111010 | 1101011 | 11001011 | 0 | 111001 | 10011 | 10 | 101000000 | 1011101 | 1000110 |
Color Harmonies of #FA6BCB
Complementary color
Monochromatic Colors of #FA6BCB
Black with #FA6BCB
Text Example
Text Example
White with #FA6BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6BCB; }
p { color: rgb(250,107,203); }
H1.HeaderClassName
{
color: #FA6BCB;
}
.AnyTagClassName
{
color: #FA6BCB;
}
</style>
background-color css
<style>
a { background-color: #FA6BCB; }
a { background-color: rgb(250,107,203); }
div.DivClassName
{
background-color: #FA6BCB;
}
.BgClassName
{
background-color: #FA6BCB;
}
</style>
border-color css
<style>
span { border-color: #FA6BCB; }
span { border-color: rgb(250,107,203); }
td.TdClassName
{
border-color: #FA6BCB;
}
.TagClassName
{
border-color: #FA6BCB;
}
</style>