Shades of Neon Pink #FE74BE
Tints of Neon Pink #FE74BE
RGB
CMYK
RGB Variations
Color information
#FE74BE (or 0xFE74BE) is known color: Neon Pink. HEX triplet: FE, 74 and BE. RGB value is (254,116,190). Sum of RGB (Red+Green+Blue) = 254+116+190=560 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.36% from 560); Green value is 116 (45.70% from 255 or 20.71% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 254 - color contains mainly: red. Hex color #FE74BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE74BE is #018B41. Grayscale: #A5A5A5. Windows color (decimal): -101186 or 12481790. OLE color: 12481790.
HSL color Cylindrical-coordinate representation of color #FE74BE: hue angle of 327.83º 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 #FE74BE is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 116 | 190 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.00 |
| HSL | 327.83º | 0.99% | 0.73% | - |
| HSV(B) | 327.83º | 0.54% | 1% | - |
| XYZ | 56.41 | 37.28 | 52.94 | - |
| YUV | 165.7 | 141.72 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 116 | 190 | 0 | 0.54 | 0.25 | 0.00 | 327.83 | 0.99 | 0.73 |
| Hex | FE | 74 | BE | 0 | 36 | 19 | 0 | 148 | 63 | 49 |
| Octal | 376 | 164 | 276 | 0 | 66 | 31 | 0 | 510 | 143 | 111 |
| Binary | 11111110 | 1110100 | 10111110 | 0 | 110110 | 11001 | 0 | 101001000 | 1100011 | 1001001 |
Color Harmonies of #FE74BE
Complementary color
Monochromatic Colors of #FE74BE
Black with #FE74BE
Text Example
Text Example
White with #FE74BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE74BE; }
p { color: rgb(254,116,190); }
H1.HeaderClassName
{
color: #FE74BE;
}
.AnyTagClassName
{
color: #FE74BE;
}
</style>
background-color css
<style>
a { background-color: #FE74BE; }
a { background-color: rgb(254,116,190); }
div.DivClassName
{
background-color: #FE74BE;
}
.BgClassName
{
background-color: #FE74BE;
}
</style>
border-color css
<style>
span { border-color: #FE74BE; }
span { border-color: rgb(254,116,190); }
td.TdClassName
{
border-color: #FE74BE;
}
.TagClassName
{
border-color: #FE74BE;
}
</style>