Shades of Neon Pink #FE72C2
Tints of Neon Pink #FE72C2
RGB
CMYK
RGB Variations
Color information
#FE72C2 (or 0xFE72C2) is known color: Neon Pink. HEX triplet: FE, 72 and C2. RGB value is (254,114,194). Sum of RGB (Red+Green+Blue) = 254+114+194=562 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.20% from 562); Green value is 114 (44.92% from 255 or 20.28% from 562); Blue value is 194 (76.17% from 255 or 34.52% from 562); Max value from RGB is 254 - color contains mainly: red. Hex color #FE72C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE72C2 is #018D3D. Grayscale: #A4A4A4. Windows color (decimal): -101694 or 12743422. OLE color: 12743422.
HSL color Cylindrical-coordinate representation of color #FE72C2: hue angle of 325.71º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FE72C2 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 194 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.00 |
| HSL | 325.71º | 0.99% | 0.72% | - |
| HSV(B) | 325.71º | 0.55% | 1% | - |
| XYZ | 56.63 | 37 | 55.2 | - |
| YUV | 164.98 | 144.38 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 194 | 0 | 0.55 | 0.24 | 0.00 | 325.71 | 0.99 | 0.72 |
| Hex | FE | 72 | C2 | 0 | 37 | 18 | 0 | 146 | 63 | 48 |
| Octal | 376 | 162 | 302 | 0 | 67 | 30 | 0 | 506 | 143 | 110 |
| Binary | 11111110 | 1110010 | 11000010 | 0 | 110111 | 11000 | 0 | 101000110 | 1100011 | 1001000 |
Color Harmonies of #FE72C2
Complementary color
Monochromatic Colors of #FE72C2
Black with #FE72C2
Text Example
Text Example
White with #FE72C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE72C2; }
p { color: rgb(254,114,194); }
H1.HeaderClassName
{
color: #FE72C2;
}
.AnyTagClassName
{
color: #FE72C2;
}
</style>
background-color css
<style>
a { background-color: #FE72C2; }
a { background-color: rgb(254,114,194); }
div.DivClassName
{
background-color: #FE72C2;
}
.BgClassName
{
background-color: #FE72C2;
}
</style>
border-color css
<style>
span { border-color: #FE72C2; }
span { border-color: rgb(254,114,194); }
td.TdClassName
{
border-color: #FE72C2;
}
.TagClassName
{
border-color: #FE72C2;
}
</style>