Shades of Neon Pink #FE5BC1
Tints of Neon Pink #FE5BC1
RGB
CMYK
RGB Variations
Color information
#FE5BC1 (or 0xFE5BC1) is known color: Neon Pink. HEX triplet: FE, 5B and C1. RGB value is (254,91,193). Sum of RGB (Red+Green+Blue) = 254+91+193=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 91 (35.94% from 255 or 16.91% from 538); Blue value is 193 (75.78% from 255 or 35.87% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5BC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5BC1 is #01A43E. Grayscale: #979797. Windows color (decimal): -107583 or 12671998. OLE color: 12671998.
HSL color Cylindrical-coordinate representation of color #FE5BC1: hue angle of 322.45º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FE5BC1 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 91 | 193 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.00 |
| HSL | 322.45º | 0.99% | 0.68% | - |
| HSV(B) | 322.45º | 0.64% | 1% | - |
| XYZ | 54.24 | 32.4 | 53.85 | - |
| YUV | 151.37 | 151.5 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 91 | 193 | 0 | 0.64 | 0.24 | 0.00 | 322.45 | 0.99 | 0.68 |
| Hex | FE | 5B | C1 | 0 | 40 | 18 | 0 | 142 | 63 | 44 |
| Octal | 376 | 133 | 301 | 0 | 100 | 30 | 0 | 502 | 143 | 104 |
| Binary | 11111110 | 1011011 | 11000001 | 0 | 1000000 | 11000 | 0 | 101000010 | 1100011 | 1000100 |
Color Harmonies of #FE5BC1
Complementary color
Monochromatic Colors of #FE5BC1
Black with #FE5BC1
Text Example
Text Example
White with #FE5BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5BC1; }
p { color: rgb(254,91,193); }
H1.HeaderClassName
{
color: #FE5BC1;
}
.AnyTagClassName
{
color: #FE5BC1;
}
</style>
background-color css
<style>
a { background-color: #FE5BC1; }
a { background-color: rgb(254,91,193); }
div.DivClassName
{
background-color: #FE5BC1;
}
.BgClassName
{
background-color: #FE5BC1;
}
</style>
border-color css
<style>
span { border-color: #FE5BC1; }
span { border-color: rgb(254,91,193); }
td.TdClassName
{
border-color: #FE5BC1;
}
.TagClassName
{
border-color: #FE5BC1;
}
</style>