Shades of Neon Pink #FA72CE
Tints of Neon Pink #FA72CE
RGB
CMYK
RGB Variations
Color information
#FA72CE (or 0xFA72CE) is known color: Neon Pink. HEX triplet: FA, 72 and CE. RGB value is (250,114,206). Sum of RGB (Red+Green+Blue) = 250+114+206=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 114 (44.92% from 255 or 20% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 250 - color contains mainly: red. Hex color #FA72CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA72CE is #058D31. Grayscale: #A4A4A4. Windows color (decimal): -363826 or 13529850. OLE color: 13529850.
HSL color Cylindrical-coordinate representation of color #FA72CE: hue angle of 319.41º 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 #FA72CE is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 114 | 206 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.02 |
| HSL | 319.41º | 0.93% | 0.71% | - |
| HSV(B) | 319.41º | 0.54% | 0.98% | - |
| XYZ | 56.58 | 36.81 | 62.52 | - |
| YUV | 165.15 | 151.06 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 114 | 206 | 0 | 0.54 | 0.18 | 0.02 | 319.41 | 0.93 | 0.71 |
| Hex | FA | 72 | CE | 0 | 36 | 12 | 2 | 13F | 5D | 47 |
| Octal | 372 | 162 | 316 | 0 | 66 | 22 | 2 | 477 | 135 | 107 |
| Binary | 11111010 | 1110010 | 11001110 | 0 | 110110 | 10010 | 10 | 100111111 | 1011101 | 1000111 |
Color Harmonies of #FA72CE
Complementary color
Monochromatic Colors of #FA72CE
Black with #FA72CE
Text Example
Text Example
White with #FA72CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA72CE; }
p { color: rgb(250,114,206); }
H1.HeaderClassName
{
color: #FA72CE;
}
.AnyTagClassName
{
color: #FA72CE;
}
</style>
background-color css
<style>
a { background-color: #FA72CE; }
a { background-color: rgb(250,114,206); }
div.DivClassName
{
background-color: #FA72CE;
}
.BgClassName
{
background-color: #FA72CE;
}
</style>
border-color css
<style>
span { border-color: #FA72CE; }
span { border-color: rgb(250,114,206); }
td.TdClassName
{
border-color: #FA72CE;
}
.TagClassName
{
border-color: #FA72CE;
}
</style>