Shades of Neon Pink #FE60C4
Tints of Neon Pink #FE60C4
RGB
CMYK
RGB Variations
Color information
#FE60C4 (or 0xFE60C4) is known color: Neon Pink. HEX triplet: FE, 60 and C4. RGB value is (254,96,196). Sum of RGB (Red+Green+Blue) = 254+96+196=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 96 (37.89% from 255 or 17.58% from 546); Blue value is 196 (76.95% from 255 or 35.90% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FE60C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE60C4 is #019F3B. Grayscale: #9A9A9A. Windows color (decimal): -106300 or 12869886. OLE color: 12869886.
HSL color Cylindrical-coordinate representation of color #FE60C4: hue angle of 322.03º 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 #FE60C4 is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 96 | 196 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.00 |
| HSL | 322.03º | 0.99% | 0.69% | - |
| HSV(B) | 322.03º | 0.62% | 1% | - |
| XYZ | 55.02 | 33.42 | 55.78 | - |
| YUV | 154.64 | 151.35 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 96 | 196 | 0 | 0.62 | 0.23 | 0.00 | 322.03 | 0.99 | 0.69 |
| Hex | FE | 60 | C4 | 0 | 3E | 17 | 0 | 142 | 63 | 45 |
| Octal | 376 | 140 | 304 | 0 | 76 | 27 | 0 | 502 | 143 | 105 |
| Binary | 11111110 | 1100000 | 11000100 | 0 | 111110 | 10111 | 0 | 101000010 | 1100011 | 1000101 |
Color Harmonies of #FE60C4
Complementary color
Monochromatic Colors of #FE60C4
Black with #FE60C4
Text Example
Text Example
White with #FE60C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE60C4; }
p { color: rgb(254,96,196); }
H1.HeaderClassName
{
color: #FE60C4;
}
.AnyTagClassName
{
color: #FE60C4;
}
</style>
background-color css
<style>
a { background-color: #FE60C4; }
a { background-color: rgb(254,96,196); }
div.DivClassName
{
background-color: #FE60C4;
}
.BgClassName
{
background-color: #FE60C4;
}
</style>
border-color css
<style>
span { border-color: #FE60C4; }
span { border-color: rgb(254,96,196); }
td.TdClassName
{
border-color: #FE60C4;
}
.TagClassName
{
border-color: #FE60C4;
}
</style>