Shades of Neon Pink #FE60C0
Tints of Neon Pink #FE60C0
RGB
CMYK
RGB Variations
Color information
#FE60C0 (or 0xFE60C0) is known color: Neon Pink. HEX triplet: FE, 60 and C0. RGB value is (254,96,192). Sum of RGB (Red+Green+Blue) = 254+96+192=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 96 (37.89% from 255 or 17.71% from 542); Blue value is 192 (75.39% from 255 or 35.42% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FE60C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE60C0 is #019F3F. Grayscale: #999999. Windows color (decimal): -106304 or 12607742. OLE color: 12607742.
HSL color Cylindrical-coordinate representation of color #FE60C0: hue angle of 323.54º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FE60C0 is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 96 | 192 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.00 |
| HSL | 323.54º | 0.99% | 0.69% | - |
| HSV(B) | 323.54º | 0.62% | 1% | - |
| XYZ | 54.57 | 33.24 | 53.41 | - |
| YUV | 154.19 | 149.35 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 96 | 192 | 0 | 0.62 | 0.24 | 0.00 | 323.54 | 0.99 | 0.69 |
| Hex | FE | 60 | C0 | 0 | 3E | 18 | 0 | 144 | 63 | 45 |
| Octal | 376 | 140 | 300 | 0 | 76 | 30 | 0 | 504 | 143 | 105 |
| Binary | 11111110 | 1100000 | 11000000 | 0 | 111110 | 11000 | 0 | 101000100 | 1100011 | 1000101 |
Color Harmonies of #FE60C0
Complementary color
Monochromatic Colors of #FE60C0
Black with #FE60C0
Text Example
Text Example
White with #FE60C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE60C0; }
p { color: rgb(254,96,192); }
H1.HeaderClassName
{
color: #FE60C0;
}
.AnyTagClassName
{
color: #FE60C0;
}
</style>
background-color css
<style>
a { background-color: #FE60C0; }
a { background-color: rgb(254,96,192); }
div.DivClassName
{
background-color: #FE60C0;
}
.BgClassName
{
background-color: #FE60C0;
}
</style>
border-color css
<style>
span { border-color: #FE60C0; }
span { border-color: rgb(254,96,192); }
td.TdClassName
{
border-color: #FE60C0;
}
.TagClassName
{
border-color: #FE60C0;
}
</style>