Shades of Neon Pink #FE74BF
Tints of Neon Pink #FE74BF
RGB
CMYK
RGB Variations
Color information
#FE74BF (or 0xFE74BF) is known color: Neon Pink. HEX triplet: FE, 74 and BF. RGB value is (254,116,191). Sum of RGB (Red+Green+Blue) = 254+116+191=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 116 (45.70% from 255 or 20.68% from 561); Blue value is 191 (75% from 255 or 34.05% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FE74BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE74BF is #018B40. Grayscale: #A5A5A5. Windows color (decimal): -101185 or 12547326. OLE color: 12547326.
HSL color Cylindrical-coordinate representation of color #FE74BF: hue angle of 327.39º 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 #FE74BF is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 116 | 191 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.00 |
| HSL | 327.39º | 0.99% | 0.73% | - |
| HSV(B) | 327.39º | 0.54% | 1% | - |
| XYZ | 56.52 | 37.32 | 53.52 | - |
| YUV | 165.81 | 142.22 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 116 | 191 | 0 | 0.54 | 0.25 | 0.00 | 327.39 | 0.99 | 0.73 |
| Hex | FE | 74 | BF | 0 | 36 | 19 | 0 | 147 | 63 | 49 |
| Octal | 376 | 164 | 277 | 0 | 66 | 31 | 0 | 507 | 143 | 111 |
| Binary | 11111110 | 1110100 | 10111111 | 0 | 110110 | 11001 | 0 | 101000111 | 1100011 | 1001001 |
Color Harmonies of #FE74BF
Complementary color
Monochromatic Colors of #FE74BF
Black with #FE74BF
Text Example
Text Example
White with #FE74BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE74BF; }
p { color: rgb(254,116,191); }
H1.HeaderClassName
{
color: #FE74BF;
}
.AnyTagClassName
{
color: #FE74BF;
}
</style>
background-color css
<style>
a { background-color: #FE74BF; }
a { background-color: rgb(254,116,191); }
div.DivClassName
{
background-color: #FE74BF;
}
.BgClassName
{
background-color: #FE74BF;
}
</style>
border-color css
<style>
span { border-color: #FE74BF; }
span { border-color: rgb(254,116,191); }
td.TdClassName
{
border-color: #FE74BF;
}
.TagClassName
{
border-color: #FE74BF;
}
</style>