Shades of Neon Pink #FE73BD
Tints of Neon Pink #FE73BD
RGB
CMYK
RGB Variations
Color information
#FE73BD (or 0xFE73BD) is known color: Neon Pink. HEX triplet: FE, 73 and BD. RGB value is (254,115,189). Sum of RGB (Red+Green+Blue) = 254+115+189=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 115 (45.31% from 255 or 20.61% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FE73BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE73BD is #018C42. Grayscale: #A4A4A4. Windows color (decimal): -101443 or 12415998. OLE color: 12415998.
HSL color Cylindrical-coordinate representation of color #FE73BD: hue angle of 328.06º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FE73BD is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 115 | 189 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.00 |
| HSL | 328.06º | 0.99% | 0.72% | - |
| HSV(B) | 328.06º | 0.55% | 1% | - |
| XYZ | 56.19 | 37.01 | 52.33 | - |
| YUV | 165 | 141.55 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 115 | 189 | 0 | 0.55 | 0.26 | 0.00 | 328.06 | 0.99 | 0.72 |
| Hex | FE | 73 | BD | 0 | 37 | 1A | 0 | 148 | 63 | 48 |
| Octal | 376 | 163 | 275 | 0 | 67 | 32 | 0 | 510 | 143 | 110 |
| Binary | 11111110 | 1110011 | 10111101 | 0 | 110111 | 11010 | 0 | 101001000 | 1100011 | 1001000 |
Color Harmonies of #FE73BD
Complementary color
Monochromatic Colors of #FE73BD
Black with #FE73BD
Text Example
Text Example
White with #FE73BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE73BD; }
p { color: rgb(254,115,189); }
H1.HeaderClassName
{
color: #FE73BD;
}
.AnyTagClassName
{
color: #FE73BD;
}
</style>
background-color css
<style>
a { background-color: #FE73BD; }
a { background-color: rgb(254,115,189); }
div.DivClassName
{
background-color: #FE73BD;
}
.BgClassName
{
background-color: #FE73BD;
}
</style>
border-color css
<style>
span { border-color: #FE73BD; }
span { border-color: rgb(254,115,189); }
td.TdClassName
{
border-color: #FE73BD;
}
.TagClassName
{
border-color: #FE73BD;
}
</style>