Shades of Neon Pink #FE53C3
Tints of Neon Pink #FE53C3
RGB
CMYK
RGB Variations
Color information
#FE53C3 (or 0xFE53C3) is known color: Neon Pink. HEX triplet: FE, 53 and C3. RGB value is (254,83,195). Sum of RGB (Red+Green+Blue) = 254+83+195=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 83 (32.81% from 255 or 15.60% from 532); Blue value is 195 (76.56% from 255 or 36.65% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FE53C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE53C3 is #01AC3C. Grayscale: #929292. Windows color (decimal): -109629 or 12801022. OLE color: 12801022.
HSL color Cylindrical-coordinate representation of color #FE53C3: hue angle of 320.7º 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 #FE53C3 is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 195 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.00 |
| HSL | 320.7º | 0.99% | 0.66% | - |
| HSV(B) | 320.7º | 0.67% | 1% | - |
| XYZ | 53.82 | 31.2 | 54.82 | - |
| YUV | 146.9 | 155.15 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 195 | 0 | 0.67 | 0.23 | 0.00 | 320.7 | 0.99 | 0.66 |
| Hex | FE | 53 | C3 | 0 | 43 | 17 | 0 | 141 | 63 | 42 |
| Octal | 376 | 123 | 303 | 0 | 103 | 27 | 0 | 501 | 143 | 102 |
| Binary | 11111110 | 1010011 | 11000011 | 0 | 1000011 | 10111 | 0 | 101000001 | 1100011 | 1000010 |
Color Harmonies of #FE53C3
Complementary color
Monochromatic Colors of #FE53C3
Black with #FE53C3
Text Example
Text Example
White with #FE53C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE53C3; }
p { color: rgb(254,83,195); }
H1.HeaderClassName
{
color: #FE53C3;
}
.AnyTagClassName
{
color: #FE53C3;
}
</style>
background-color css
<style>
a { background-color: #FE53C3; }
a { background-color: rgb(254,83,195); }
div.DivClassName
{
background-color: #FE53C3;
}
.BgClassName
{
background-color: #FE53C3;
}
</style>
border-color css
<style>
span { border-color: #FE53C3; }
span { border-color: rgb(254,83,195); }
td.TdClassName
{
border-color: #FE53C3;
}
.TagClassName
{
border-color: #FE53C3;
}
</style>