Shades of Neon Pink #FE58C4
Tints of Neon Pink #FE58C4
RGB
CMYK
RGB Variations
Color information
#FE58C4 (or 0xFE58C4) is known color: Neon Pink. HEX triplet: FE, 58 and C4. RGB value is (254,88,196). Sum of RGB (Red+Green+Blue) = 254+88+196=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 88 (34.77% from 255 or 16.36% from 538); Blue value is 196 (76.95% from 255 or 36.43% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FE58C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE58C4 is #01A73B. Grayscale: #959595. Windows color (decimal): -108348 or 12867838. OLE color: 12867838.
HSL color Cylindrical-coordinate representation of color #FE58C4: hue angle of 320.96º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FE58C4 is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 88 | 196 | - |
| CMYK | 0 | 0.65 | 0.23 | 0.00 |
| HSL | 320.96º | 0.99% | 0.67% | - |
| HSV(B) | 320.96º | 0.65% | 1% | - |
| XYZ | 54.33 | 32.04 | 55.54 | - |
| YUV | 149.95 | 154 | 202.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 88 | 196 | 0 | 0.65 | 0.23 | 0.00 | 320.96 | 0.99 | 0.67 |
| Hex | FE | 58 | C4 | 0 | 41 | 17 | 0 | 141 | 63 | 43 |
| Octal | 376 | 130 | 304 | 0 | 101 | 27 | 0 | 501 | 143 | 103 |
| Binary | 11111110 | 1011000 | 11000100 | 0 | 1000001 | 10111 | 0 | 101000001 | 1100011 | 1000011 |
Color Harmonies of #FE58C4
Complementary color
Monochromatic Colors of #FE58C4
Black with #FE58C4
Text Example
Text Example
White with #FE58C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE58C4; }
p { color: rgb(254,88,196); }
H1.HeaderClassName
{
color: #FE58C4;
}
.AnyTagClassName
{
color: #FE58C4;
}
</style>
background-color css
<style>
a { background-color: #FE58C4; }
a { background-color: rgb(254,88,196); }
div.DivClassName
{
background-color: #FE58C4;
}
.BgClassName
{
background-color: #FE58C4;
}
</style>
border-color css
<style>
span { border-color: #FE58C4; }
span { border-color: rgb(254,88,196); }
td.TdClassName
{
border-color: #FE58C4;
}
.TagClassName
{
border-color: #FE58C4;
}
</style>