Shades of Neon Pink #FE74CC
Tints of Neon Pink #FE74CC
RGB
CMYK
RGB Variations
Color information
#FE74CC (or 0xFE74CC) is known color: Neon Pink. HEX triplet: FE, 74 and CC. RGB value is (254,116,204). Sum of RGB (Red+Green+Blue) = 254+116+204=574 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.25% from 574); Green value is 116 (45.70% from 255 or 20.21% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 254 - color contains mainly: red. Hex color #FE74CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE74CC is #018B33. Grayscale: #A7A7A7. Windows color (decimal): -101172 or 13399294. OLE color: 13399294.
HSL color Cylindrical-coordinate representation of color #FE74CC: hue angle of 321.74º 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 #FE74CC is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 116 | 204 | - |
| CMYK | 0 | 0.54 | 0.20 | 0.00 |
| HSL | 321.74º | 0.99% | 0.73% | - |
| HSV(B) | 321.74º | 0.54% | 1% | - |
| XYZ | 58.02 | 37.92 | 61.39 | - |
| YUV | 167.29 | 148.72 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 116 | 204 | 0 | 0.54 | 0.20 | 0.00 | 321.74 | 0.99 | 0.73 |
| Hex | FE | 74 | CC | 0 | 36 | 14 | 0 | 142 | 63 | 49 |
| Octal | 376 | 164 | 314 | 0 | 66 | 24 | 0 | 502 | 143 | 111 |
| Binary | 11111110 | 1110100 | 11001100 | 0 | 110110 | 10100 | 0 | 101000010 | 1100011 | 1001001 |
Color Harmonies of #FE74CC
Complementary color
Monochromatic Colors of #FE74CC
Black with #FE74CC
Text Example
Text Example
White with #FE74CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE74CC; }
p { color: rgb(254,116,204); }
H1.HeaderClassName
{
color: #FE74CC;
}
.AnyTagClassName
{
color: #FE74CC;
}
</style>
background-color css
<style>
a { background-color: #FE74CC; }
a { background-color: rgb(254,116,204); }
div.DivClassName
{
background-color: #FE74CC;
}
.BgClassName
{
background-color: #FE74CC;
}
</style>
border-color css
<style>
span { border-color: #FE74CC; }
span { border-color: rgb(254,116,204); }
td.TdClassName
{
border-color: #FE74CC;
}
.TagClassName
{
border-color: #FE74CC;
}
</style>