Shades of Neon Pink #FE53C2
Tints of Neon Pink #FE53C2
RGB
CMYK
RGB Variations
Color information
#FE53C2 (or 0xFE53C2) is known color: Neon Pink. HEX triplet: FE, 53 and C2. RGB value is (254,83,194). Sum of RGB (Red+Green+Blue) = 254+83+194=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 83 (32.81% from 255 or 15.63% from 531); Blue value is 194 (76.17% from 255 or 36.53% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FE53C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE53C2 is #01AC3D. Grayscale: #929292. Windows color (decimal): -109630 or 12735486. OLE color: 12735486.
HSL color Cylindrical-coordinate representation of color #FE53C2: hue angle of 321.05º 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 #FE53C2 is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 194 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.00 |
| HSL | 321.05º | 0.99% | 0.66% | - |
| HSV(B) | 321.05º | 0.67% | 1% | - |
| XYZ | 53.7 | 31.15 | 54.22 | - |
| YUV | 146.78 | 154.65 | 204.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 194 | 0 | 0.67 | 0.24 | 0.00 | 321.05 | 0.99 | 0.66 |
| Hex | FE | 53 | C2 | 0 | 43 | 18 | 0 | 141 | 63 | 42 |
| Octal | 376 | 123 | 302 | 0 | 103 | 30 | 0 | 501 | 143 | 102 |
| Binary | 11111110 | 1010011 | 11000010 | 0 | 1000011 | 11000 | 0 | 101000001 | 1100011 | 1000010 |
Color Harmonies of #FE53C2
Complementary color
Monochromatic Colors of #FE53C2
Black with #FE53C2
Text Example
Text Example
White with #FE53C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE53C2; }
p { color: rgb(254,83,194); }
H1.HeaderClassName
{
color: #FE53C2;
}
.AnyTagClassName
{
color: #FE53C2;
}
</style>
background-color css
<style>
a { background-color: #FE53C2; }
a { background-color: rgb(254,83,194); }
div.DivClassName
{
background-color: #FE53C2;
}
.BgClassName
{
background-color: #FE53C2;
}
</style>
border-color css
<style>
span { border-color: #FE53C2; }
span { border-color: rgb(254,83,194); }
td.TdClassName
{
border-color: #FE53C2;
}
.TagClassName
{
border-color: #FE53C2;
}
</style>