Shades of Neon Pink #FE53C4
Tints of Neon Pink #FE53C4
RGB
CMYK
RGB Variations
Color information
#FE53C4 (or 0xFE53C4) is known color: Neon Pink. HEX triplet: FE, 53 and C4. RGB value is (254,83,196). Sum of RGB (Red+Green+Blue) = 254+83+196=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 83 (32.81% from 255 or 15.57% from 533); Blue value is 196 (76.95% from 255 or 36.77% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FE53C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE53C4 is #01AC3B. Grayscale: #929292. Windows color (decimal): -109628 or 12866558. OLE color: 12866558.
HSL color Cylindrical-coordinate representation of color #FE53C4: hue angle of 320.35º 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 #FE53C4 is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 196 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.00 |
| HSL | 320.35º | 0.99% | 0.66% | - |
| HSV(B) | 320.35º | 0.67% | 1% | - |
| XYZ | 53.93 | 31.24 | 55.41 | - |
| YUV | 147.01 | 155.65 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 196 | 0 | 0.67 | 0.23 | 0.00 | 320.35 | 0.99 | 0.66 |
| Hex | FE | 53 | C4 | 0 | 43 | 17 | 0 | 140 | 63 | 42 |
| Octal | 376 | 123 | 304 | 0 | 103 | 27 | 0 | 500 | 143 | 102 |
| Binary | 11111110 | 1010011 | 11000100 | 0 | 1000011 | 10111 | 0 | 101000000 | 1100011 | 1000010 |
Color Harmonies of #FE53C4
Complementary color
Monochromatic Colors of #FE53C4
Black with #FE53C4
Text Example
Text Example
White with #FE53C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE53C4; }
p { color: rgb(254,83,196); }
H1.HeaderClassName
{
color: #FE53C4;
}
.AnyTagClassName
{
color: #FE53C4;
}
</style>
background-color css
<style>
a { background-color: #FE53C4; }
a { background-color: rgb(254,83,196); }
div.DivClassName
{
background-color: #FE53C4;
}
.BgClassName
{
background-color: #FE53C4;
}
</style>
border-color css
<style>
span { border-color: #FE53C4; }
span { border-color: rgb(254,83,196); }
td.TdClassName
{
border-color: #FE53C4;
}
.TagClassName
{
border-color: #FE53C4;
}
</style>