Shades of Neon Pink #FE73C6
Tints of Neon Pink #FE73C6
RGB
CMYK
RGB Variations
Color information
#FE73C6 (or 0xFE73C6) is known color: Neon Pink. HEX triplet: FE, 73 and C6. RGB value is (254,115,198). Sum of RGB (Red+Green+Blue) = 254+115+198=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 115 (45.31% from 255 or 20.28% from 567); Blue value is 198 (77.73% from 255 or 34.92% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FE73C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE73C6 is #018C39. Grayscale: #A5A5A5. Windows color (decimal): -101434 or 13005822. OLE color: 13005822.
HSL color Cylindrical-coordinate representation of color #FE73C6: hue angle of 324.17º 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 #FE73C6 is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 198 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.00 |
| HSL | 324.17º | 0.99% | 0.72% | - |
| HSV(B) | 324.17º | 0.55% | 1% | - |
| XYZ | 57.2 | 37.41 | 57.63 | - |
| YUV | 166.02 | 146.05 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 198 | 0 | 0.55 | 0.22 | 0.00 | 324.17 | 0.99 | 0.72 |
| Hex | FE | 73 | C6 | 0 | 37 | 16 | 0 | 144 | 63 | 48 |
| Octal | 376 | 163 | 306 | 0 | 67 | 26 | 0 | 504 | 143 | 110 |
| Binary | 11111110 | 1110011 | 11000110 | 0 | 110111 | 10110 | 0 | 101000100 | 1100011 | 1001000 |
Color Harmonies of #FE73C6
Complementary color
Monochromatic Colors of #FE73C6
Black with #FE73C6
Text Example
Text Example
White with #FE73C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE73C6; }
p { color: rgb(254,115,198); }
H1.HeaderClassName
{
color: #FE73C6;
}
.AnyTagClassName
{
color: #FE73C6;
}
</style>
background-color css
<style>
a { background-color: #FE73C6; }
a { background-color: rgb(254,115,198); }
div.DivClassName
{
background-color: #FE73C6;
}
.BgClassName
{
background-color: #FE73C6;
}
</style>
border-color css
<style>
span { border-color: #FE73C6; }
span { border-color: rgb(254,115,198); }
td.TdClassName
{
border-color: #FE73C6;
}
.TagClassName
{
border-color: #FE73C6;
}
</style>