Shades of Neon Pink #FE54C1
Tints of Neon Pink #FE54C1
RGB
CMYK
RGB Variations
Color information
#FE54C1 (or 0xFE54C1) is known color: Neon Pink. HEX triplet: FE, 54 and C1. RGB value is (254,84,193). Sum of RGB (Red+Green+Blue) = 254+84+193=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 84 (33.20% from 255 or 15.82% from 531); Blue value is 193 (75.78% from 255 or 36.35% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FE54C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE54C1 is #01AB3E. Grayscale: #929292. Windows color (decimal): -109375 or 12670206. OLE color: 12670206.
HSL color Cylindrical-coordinate representation of color #FE54C1: hue angle of 321.53º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FE54C1 is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 84 | 193 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.00 |
| HSL | 321.53º | 0.99% | 0.66% | - |
| HSV(B) | 321.53º | 0.67% | 1% | - |
| XYZ | 53.67 | 31.26 | 53.66 | - |
| YUV | 147.26 | 153.82 | 204.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 84 | 193 | 0 | 0.67 | 0.24 | 0.00 | 321.53 | 0.99 | 0.66 |
| Hex | FE | 54 | C1 | 0 | 43 | 18 | 0 | 142 | 63 | 42 |
| Octal | 376 | 124 | 301 | 0 | 103 | 30 | 0 | 502 | 143 | 102 |
| Binary | 11111110 | 1010100 | 11000001 | 0 | 1000011 | 11000 | 0 | 101000010 | 1100011 | 1000010 |
Color Harmonies of #FE54C1
Complementary color
Monochromatic Colors of #FE54C1
Black with #FE54C1
Text Example
Text Example
White with #FE54C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE54C1; }
p { color: rgb(254,84,193); }
H1.HeaderClassName
{
color: #FE54C1;
}
.AnyTagClassName
{
color: #FE54C1;
}
</style>
background-color css
<style>
a { background-color: #FE54C1; }
a { background-color: rgb(254,84,193); }
div.DivClassName
{
background-color: #FE54C1;
}
.BgClassName
{
background-color: #FE54C1;
}
</style>
border-color css
<style>
span { border-color: #FE54C1; }
span { border-color: rgb(254,84,193); }
td.TdClassName
{
border-color: #FE54C1;
}
.TagClassName
{
border-color: #FE54C1;
}
</style>