Shades of Neon Pink #FA72CB
Tints of Neon Pink #FA72CB
RGB
CMYK
RGB Variations
Color information
#FA72CB (or 0xFA72CB) is known color: Neon Pink. HEX triplet: FA, 72 and CB. RGB value is (250,114,203). Sum of RGB (Red+Green+Blue) = 250+114+203=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 114 (44.92% from 255 or 20.11% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FA72CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA72CB is #058D34. Grayscale: #A4A4A4. Windows color (decimal): -363829 or 13333242. OLE color: 13333242.
HSL color Cylindrical-coordinate representation of color #FA72CB: hue angle of 320.74º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA72CB is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 114 | 203 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.02 |
| HSL | 320.74º | 0.93% | 0.71% | - |
| HSV(B) | 320.74º | 0.54% | 0.98% | - |
| XYZ | 56.22 | 36.67 | 60.61 | - |
| YUV | 164.81 | 149.56 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 114 | 203 | 0 | 0.54 | 0.19 | 0.02 | 320.74 | 0.93 | 0.71 |
| Hex | FA | 72 | CB | 0 | 36 | 13 | 2 | 141 | 5D | 47 |
| Octal | 372 | 162 | 313 | 0 | 66 | 23 | 2 | 501 | 135 | 107 |
| Binary | 11111010 | 1110010 | 11001011 | 0 | 110110 | 10011 | 10 | 101000001 | 1011101 | 1000111 |
Color Harmonies of #FA72CB
Complementary color
Monochromatic Colors of #FA72CB
Black with #FA72CB
Text Example
Text Example
White with #FA72CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA72CB; }
p { color: rgb(250,114,203); }
H1.HeaderClassName
{
color: #FA72CB;
}
.AnyTagClassName
{
color: #FA72CB;
}
</style>
background-color css
<style>
a { background-color: #FA72CB; }
a { background-color: rgb(250,114,203); }
div.DivClassName
{
background-color: #FA72CB;
}
.BgClassName
{
background-color: #FA72CB;
}
</style>
border-color css
<style>
span { border-color: #FA72CB; }
span { border-color: rgb(250,114,203); }
td.TdClassName
{
border-color: #FA72CB;
}
.TagClassName
{
border-color: #FA72CB;
}
</style>