Shades of Neon Pink #FE54C4
Tints of Neon Pink #FE54C4
RGB
CMYK
RGB Variations
Color information
#FE54C4 (or 0xFE54C4) is known color: Neon Pink. HEX triplet: FE, 54 and C4. RGB value is (254,84,196). Sum of RGB (Red+Green+Blue) = 254+84+196=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 84 (33.20% from 255 or 15.73% from 534); Blue value is 196 (76.95% from 255 or 36.70% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FE54C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE54C4 is #01AB3B. Grayscale: #939393. Windows color (decimal): -109372 or 12866814. OLE color: 12866814.
HSL color Cylindrical-coordinate representation of color #FE54C4: hue angle of 320.47º 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 #FE54C4 is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 84 | 196 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.00 |
| HSL | 320.47º | 0.99% | 0.66% | - |
| HSV(B) | 320.47º | 0.67% | 1% | - |
| XYZ | 54.01 | 31.4 | 55.44 | - |
| YUV | 147.6 | 155.32 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 84 | 196 | 0 | 0.67 | 0.23 | 0.00 | 320.47 | 0.99 | 0.66 |
| Hex | FE | 54 | C4 | 0 | 43 | 17 | 0 | 140 | 63 | 42 |
| Octal | 376 | 124 | 304 | 0 | 103 | 27 | 0 | 500 | 143 | 102 |
| Binary | 11111110 | 1010100 | 11000100 | 0 | 1000011 | 10111 | 0 | 101000000 | 1100011 | 1000010 |
Color Harmonies of #FE54C4
Complementary color
Monochromatic Colors of #FE54C4
Black with #FE54C4
Text Example
Text Example
White with #FE54C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE54C4; }
p { color: rgb(254,84,196); }
H1.HeaderClassName
{
color: #FE54C4;
}
.AnyTagClassName
{
color: #FE54C4;
}
</style>
background-color css
<style>
a { background-color: #FE54C4; }
a { background-color: rgb(254,84,196); }
div.DivClassName
{
background-color: #FE54C4;
}
.BgClassName
{
background-color: #FE54C4;
}
</style>
border-color css
<style>
span { border-color: #FE54C4; }
span { border-color: rgb(254,84,196); }
td.TdClassName
{
border-color: #FE54C4;
}
.TagClassName
{
border-color: #FE54C4;
}
</style>