Shades of Neon Pink #FE5BCF
Tints of Neon Pink #FE5BCF
RGB
CMYK
RGB Variations
Color information
#FE5BCF (or 0xFE5BCF) is known color: Neon Pink. HEX triplet: FE, 5B and CF. RGB value is (254,91,207). Sum of RGB (Red+Green+Blue) = 254+91+207=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 91 (35.94% from 255 or 16.49% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5BCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5BCF is #01A430. Grayscale: #989898. Windows color (decimal): -107569 or 13589502. OLE color: 13589502.
HSL color Cylindrical-coordinate representation of color #FE5BCF: hue angle of 317.3º 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 #FE5BCF is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 91 | 207 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.00 |
| HSL | 317.3º | 0.99% | 0.68% | - |
| HSV(B) | 317.3º | 0.64% | 1% | - |
| XYZ | 55.88 | 33.06 | 62.47 | - |
| YUV | 152.96 | 158.5 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 91 | 207 | 0 | 0.64 | 0.19 | 0.00 | 317.3 | 0.99 | 0.68 |
| Hex | FE | 5B | CF | 0 | 40 | 13 | 0 | 13D | 63 | 44 |
| Octal | 376 | 133 | 317 | 0 | 100 | 23 | 0 | 475 | 143 | 104 |
| Binary | 11111110 | 1011011 | 11001111 | 0 | 1000000 | 10011 | 0 | 100111101 | 1100011 | 1000100 |
Color Harmonies of #FE5BCF
Complementary color
Monochromatic Colors of #FE5BCF
Black with #FE5BCF
Text Example
Text Example
White with #FE5BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5BCF; }
p { color: rgb(254,91,207); }
H1.HeaderClassName
{
color: #FE5BCF;
}
.AnyTagClassName
{
color: #FE5BCF;
}
</style>
background-color css
<style>
a { background-color: #FE5BCF; }
a { background-color: rgb(254,91,207); }
div.DivClassName
{
background-color: #FE5BCF;
}
.BgClassName
{
background-color: #FE5BCF;
}
</style>
border-color css
<style>
span { border-color: #FE5BCF; }
span { border-color: rgb(254,91,207); }
td.TdClassName
{
border-color: #FE5BCF;
}
.TagClassName
{
border-color: #FE5BCF;
}
</style>