Shades of Neon Pink #FA6BBE
Tints of Neon Pink #FA6BBE
RGB
CMYK
RGB Variations
Color information
#FA6BBE (or 0xFA6BBE) is known color: Neon Pink. HEX triplet: FA, 6B and BE. RGB value is (250,107,190). Sum of RGB (Red+Green+Blue) = 250+107+190=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 107 (42.19% from 255 or 19.56% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6BBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6BBE is #059441. Grayscale: #9F9F9F. Windows color (decimal): -365634 or 12479482. OLE color: 12479482.
HSL color Cylindrical-coordinate representation of color #FA6BBE: hue angle of 325.17º 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 #FA6BBE is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 107 | 190 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.02 |
| HSL | 325.17º | 0.93% | 0.7% | - |
| HSV(B) | 325.17º | 0.57% | 0.98% | - |
| XYZ | 53.98 | 34.56 | 52.54 | - |
| YUV | 159.22 | 145.38 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 107 | 190 | 0 | 0.57 | 0.24 | 0.02 | 325.17 | 0.93 | 0.7 |
| Hex | FA | 6B | BE | 0 | 39 | 18 | 2 | 145 | 5D | 46 |
| Octal | 372 | 153 | 276 | 0 | 71 | 30 | 2 | 505 | 135 | 106 |
| Binary | 11111010 | 1101011 | 10111110 | 0 | 111001 | 11000 | 10 | 101000101 | 1011101 | 1000110 |
Color Harmonies of #FA6BBE
Complementary color
Monochromatic Colors of #FA6BBE
Black with #FA6BBE
Text Example
Text Example
White with #FA6BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6BBE; }
p { color: rgb(250,107,190); }
H1.HeaderClassName
{
color: #FA6BBE;
}
.AnyTagClassName
{
color: #FA6BBE;
}
</style>
background-color css
<style>
a { background-color: #FA6BBE; }
a { background-color: rgb(250,107,190); }
div.DivClassName
{
background-color: #FA6BBE;
}
.BgClassName
{
background-color: #FA6BBE;
}
</style>
border-color css
<style>
span { border-color: #FA6BBE; }
span { border-color: rgb(250,107,190); }
td.TdClassName
{
border-color: #FA6BBE;
}
.TagClassName
{
border-color: #FA6BBE;
}
</style>