Shades of Neon Pink #FE5DC4
Tints of Neon Pink #FE5DC4
RGB
CMYK
RGB Variations
Color information
#FE5DC4 (or 0xFE5DC4) is known color: Neon Pink. HEX triplet: FE, 5D and C4. RGB value is (254,93,196). Sum of RGB (Red+Green+Blue) = 254+93+196=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 93 (36.72% from 255 or 17.13% from 543); Blue value is 196 (76.95% from 255 or 36.10% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5DC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5DC4 is #01A23B. Grayscale: #989898. Windows color (decimal): -107068 or 12869118. OLE color: 12869118.
HSL color Cylindrical-coordinate representation of color #FE5DC4: hue angle of 321.61º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FE5DC4 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 93 | 196 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.00 |
| HSL | 321.61º | 0.99% | 0.68% | - |
| HSV(B) | 321.61º | 0.63% | 1% | - |
| XYZ | 54.75 | 32.89 | 55.69 | - |
| YUV | 152.88 | 152.34 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 93 | 196 | 0 | 0.63 | 0.23 | 0.00 | 321.61 | 0.99 | 0.68 |
| Hex | FE | 5D | C4 | 0 | 3F | 17 | 0 | 142 | 63 | 44 |
| Octal | 376 | 135 | 304 | 0 | 77 | 27 | 0 | 502 | 143 | 104 |
| Binary | 11111110 | 1011101 | 11000100 | 0 | 111111 | 10111 | 0 | 101000010 | 1100011 | 1000100 |
Color Harmonies of #FE5DC4
Complementary color
Monochromatic Colors of #FE5DC4
Black with #FE5DC4
Text Example
Text Example
White with #FE5DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5DC4; }
p { color: rgb(254,93,196); }
H1.HeaderClassName
{
color: #FE5DC4;
}
.AnyTagClassName
{
color: #FE5DC4;
}
</style>
background-color css
<style>
a { background-color: #FE5DC4; }
a { background-color: rgb(254,93,196); }
div.DivClassName
{
background-color: #FE5DC4;
}
.BgClassName
{
background-color: #FE5DC4;
}
</style>
border-color css
<style>
span { border-color: #FE5DC4; }
span { border-color: rgb(254,93,196); }
td.TdClassName
{
border-color: #FE5DC4;
}
.TagClassName
{
border-color: #FE5DC4;
}
</style>