Shades of Neon Pink #FE60CC
Tints of Neon Pink #FE60CC
RGB
CMYK
RGB Variations
Color information
#FE60CC (or 0xFE60CC) is known color: Neon Pink. HEX triplet: FE, 60 and CC. RGB value is (254,96,204). Sum of RGB (Red+Green+Blue) = 254+96+204=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 96 (37.89% from 255 or 17.33% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FE60CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE60CC is #019F33. Grayscale: #9B9B9B. Windows color (decimal): -106292 or 13394174. OLE color: 13394174.
HSL color Cylindrical-coordinate representation of color #FE60CC: hue angle of 318.99º 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 #FE60CC is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 96 | 204 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.00 |
| HSL | 318.99º | 0.99% | 0.69% | - |
| HSV(B) | 318.99º | 0.62% | 1% | - |
| XYZ | 55.96 | 33.8 | 60.7 | - |
| YUV | 155.55 | 155.35 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 96 | 204 | 0 | 0.62 | 0.20 | 0.00 | 318.99 | 0.99 | 0.69 |
| Hex | FE | 60 | CC | 0 | 3E | 14 | 0 | 13F | 63 | 45 |
| Octal | 376 | 140 | 314 | 0 | 76 | 24 | 0 | 477 | 143 | 105 |
| Binary | 11111110 | 1100000 | 11001100 | 0 | 111110 | 10100 | 0 | 100111111 | 1100011 | 1000101 |
Color Harmonies of #FE60CC
Complementary color
Monochromatic Colors of #FE60CC
Black with #FE60CC
Text Example
Text Example
White with #FE60CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE60CC; }
p { color: rgb(254,96,204); }
H1.HeaderClassName
{
color: #FE60CC;
}
.AnyTagClassName
{
color: #FE60CC;
}
</style>
background-color css
<style>
a { background-color: #FE60CC; }
a { background-color: rgb(254,96,204); }
div.DivClassName
{
background-color: #FE60CC;
}
.BgClassName
{
background-color: #FE60CC;
}
</style>
border-color css
<style>
span { border-color: #FE60CC; }
span { border-color: rgb(254,96,204); }
td.TdClassName
{
border-color: #FE60CC;
}
.TagClassName
{
border-color: #FE60CC;
}
</style>