Shades of Neon Pink #FE53CA
Tints of Neon Pink #FE53CA
RGB
CMYK
RGB Variations
Color information
#FE53CA (or 0xFE53CA) is known color: Neon Pink. HEX triplet: FE, 53 and CA. RGB value is (254,83,202). Sum of RGB (Red+Green+Blue) = 254+83+202=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 83 (32.81% from 255 or 15.40% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FE53CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE53CA is #01AC35. Grayscale: #939393. Windows color (decimal): -109622 or 13259774. OLE color: 13259774.
HSL color Cylindrical-coordinate representation of color #FE53CA: hue angle of 318.25º 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 #FE53CA is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 202 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.00 |
| HSL | 318.25º | 0.99% | 0.66% | - |
| HSV(B) | 318.25º | 0.67% | 1% | - |
| XYZ | 54.63 | 31.52 | 59.08 | - |
| YUV | 147.7 | 158.65 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 202 | 0 | 0.67 | 0.20 | 0.00 | 318.25 | 0.99 | 0.66 |
| Hex | FE | 53 | CA | 0 | 43 | 14 | 0 | 13E | 63 | 42 |
| Octal | 376 | 123 | 312 | 0 | 103 | 24 | 0 | 476 | 143 | 102 |
| Binary | 11111110 | 1010011 | 11001010 | 0 | 1000011 | 10100 | 0 | 100111110 | 1100011 | 1000010 |
Color Harmonies of #FE53CA
Complementary color
Monochromatic Colors of #FE53CA
Black with #FE53CA
Text Example
Text Example
White with #FE53CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE53CA; }
p { color: rgb(254,83,202); }
H1.HeaderClassName
{
color: #FE53CA;
}
.AnyTagClassName
{
color: #FE53CA;
}
</style>
background-color css
<style>
a { background-color: #FE53CA; }
a { background-color: rgb(254,83,202); }
div.DivClassName
{
background-color: #FE53CA;
}
.BgClassName
{
background-color: #FE53CA;
}
</style>
border-color css
<style>
span { border-color: #FE53CA; }
span { border-color: rgb(254,83,202); }
td.TdClassName
{
border-color: #FE53CA;
}
.TagClassName
{
border-color: #FE53CA;
}
</style>