Shades of Neon Pink #FE74C6
Tints of Neon Pink #FE74C6
RGB
CMYK
RGB Variations
Color information
#FE74C6 (or 0xFE74C6) is known color: Neon Pink. HEX triplet: FE, 74 and C6. RGB value is (254,116,198). Sum of RGB (Red+Green+Blue) = 254+116+198=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 116 (45.70% from 255 or 20.42% from 568); Blue value is 198 (77.73% from 255 or 34.86% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FE74C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE74C6 is #018B39. Grayscale: #A6A6A6. Windows color (decimal): -101178 or 13006078. OLE color: 13006078.
HSL color Cylindrical-coordinate representation of color #FE74C6: hue angle of 324.35º 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 #FE74C6 is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 116 | 198 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.00 |
| HSL | 324.35º | 0.99% | 0.73% | - |
| HSV(B) | 324.35º | 0.54% | 1% | - |
| XYZ | 57.31 | 37.64 | 57.67 | - |
| YUV | 166.61 | 145.72 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 116 | 198 | 0 | 0.54 | 0.22 | 0.00 | 324.35 | 0.99 | 0.73 |
| Hex | FE | 74 | C6 | 0 | 36 | 16 | 0 | 144 | 63 | 49 |
| Octal | 376 | 164 | 306 | 0 | 66 | 26 | 0 | 504 | 143 | 111 |
| Binary | 11111110 | 1110100 | 11000110 | 0 | 110110 | 10110 | 0 | 101000100 | 1100011 | 1001001 |
Color Harmonies of #FE74C6
Complementary color
Monochromatic Colors of #FE74C6
Black with #FE74C6
Text Example
Text Example
White with #FE74C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE74C6; }
p { color: rgb(254,116,198); }
H1.HeaderClassName
{
color: #FE74C6;
}
.AnyTagClassName
{
color: #FE74C6;
}
</style>
background-color css
<style>
a { background-color: #FE74C6; }
a { background-color: rgb(254,116,198); }
div.DivClassName
{
background-color: #FE74C6;
}
.BgClassName
{
background-color: #FE74C6;
}
</style>
border-color css
<style>
span { border-color: #FE74C6; }
span { border-color: rgb(254,116,198); }
td.TdClassName
{
border-color: #FE74C6;
}
.TagClassName
{
border-color: #FE74C6;
}
</style>