Shades of Neon Pink #FE74D4
Tints of Neon Pink #FE74D4
RGB
CMYK
RGB Variations
Color information
#FE74D4 (or 0xFE74D4) is known color: Neon Pink. HEX triplet: FE, 74 and D4. RGB value is (254,116,212). Sum of RGB (Red+Green+Blue) = 254+116+212=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 116 (45.70% from 255 or 19.93% from 582); Blue value is 212 (83.20% from 255 or 36.43% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FE74D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE74D4 is #018B2B. Grayscale: #A7A7A7. Windows color (decimal): -101164 or 13923582. OLE color: 13923582.
HSL color Cylindrical-coordinate representation of color #FE74D4: hue angle of 318.26º 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 #FE74D4 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 116 | 212 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.00 |
| HSL | 318.26º | 0.99% | 0.73% | - |
| HSV(B) | 318.26º | 0.54% | 1% | - |
| XYZ | 59 | 38.32 | 66.57 | - |
| YUV | 168.21 | 152.72 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 116 | 212 | 0 | 0.54 | 0.17 | 0.00 | 318.26 | 0.99 | 0.73 |
| Hex | FE | 74 | D4 | 0 | 36 | 11 | 0 | 13E | 63 | 49 |
| Octal | 376 | 164 | 324 | 0 | 66 | 21 | 0 | 476 | 143 | 111 |
| Binary | 11111110 | 1110100 | 11010100 | 0 | 110110 | 10001 | 0 | 100111110 | 1100011 | 1001001 |
Color Harmonies of #FE74D4
Complementary color
Monochromatic Colors of #FE74D4
Black with #FE74D4
Text Example
Text Example
White with #FE74D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE74D4; }
p { color: rgb(254,116,212); }
H1.HeaderClassName
{
color: #FE74D4;
}
.AnyTagClassName
{
color: #FE74D4;
}
</style>
background-color css
<style>
a { background-color: #FE74D4; }
a { background-color: rgb(254,116,212); }
div.DivClassName
{
background-color: #FE74D4;
}
.BgClassName
{
background-color: #FE74D4;
}
</style>
border-color css
<style>
span { border-color: #FE74D4; }
span { border-color: rgb(254,116,212); }
td.TdClassName
{
border-color: #FE74D4;
}
.TagClassName
{
border-color: #FE74D4;
}
</style>