Shades of Neon Pink #FE74C8
Tints of Neon Pink #FE74C8
RGB
CMYK
RGB Variations
Color information
#FE74C8 (or 0xFE74C8) is known color: Neon Pink. HEX triplet: FE, 74 and C8. RGB value is (254,116,200). Sum of RGB (Red+Green+Blue) = 254+116+200=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 116 (45.70% from 255 or 20.35% from 570); Blue value is 200 (78.52% from 255 or 35.09% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FE74C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE74C8 is #018B37. Grayscale: #A6A6A6. Windows color (decimal): -101176 or 13137150. OLE color: 13137150.
HSL color Cylindrical-coordinate representation of color #FE74C8: hue angle of 323.48º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FE74C8 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 116 | 200 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.00 |
| HSL | 323.48º | 0.99% | 0.73% | - |
| HSV(B) | 323.48º | 0.54% | 1% | - |
| XYZ | 57.54 | 37.73 | 58.89 | - |
| YUV | 166.84 | 146.72 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 116 | 200 | 0 | 0.54 | 0.21 | 0.00 | 323.48 | 0.99 | 0.73 |
| Hex | FE | 74 | C8 | 0 | 36 | 15 | 0 | 143 | 63 | 49 |
| Octal | 376 | 164 | 310 | 0 | 66 | 25 | 0 | 503 | 143 | 111 |
| Binary | 11111110 | 1110100 | 11001000 | 0 | 110110 | 10101 | 0 | 101000011 | 1100011 | 1001001 |
Color Harmonies of #FE74C8
Complementary color
Monochromatic Colors of #FE74C8
Black with #FE74C8
Text Example
Text Example
White with #FE74C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE74C8; }
p { color: rgb(254,116,200); }
H1.HeaderClassName
{
color: #FE74C8;
}
.AnyTagClassName
{
color: #FE74C8;
}
</style>
background-color css
<style>
a { background-color: #FE74C8; }
a { background-color: rgb(254,116,200); }
div.DivClassName
{
background-color: #FE74C8;
}
.BgClassName
{
background-color: #FE74C8;
}
</style>
border-color css
<style>
span { border-color: #FE74C8; }
span { border-color: rgb(254,116,200); }
td.TdClassName
{
border-color: #FE74C8;
}
.TagClassName
{
border-color: #FE74C8;
}
</style>