Shades of Neon Pink #FE53CB
Tints of Neon Pink #FE53CB
RGB
CMYK
RGB Variations
Color information
#FE53CB (or 0xFE53CB) is known color: Neon Pink. HEX triplet: FE, 53 and CB. RGB value is (254,83,203). Sum of RGB (Red+Green+Blue) = 254+83+203=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 83 (32.81% from 255 or 15.37% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FE53CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE53CB is #01AC34. Grayscale: #939393. Windows color (decimal): -109621 or 13325310. OLE color: 13325310.
HSL color Cylindrical-coordinate representation of color #FE53CB: hue angle of 317.89º 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 #FE53CB is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 83 | 203 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.00 |
| HSL | 317.89º | 0.99% | 0.66% | - |
| HSV(B) | 317.89º | 0.67% | 1% | - |
| XYZ | 54.75 | 31.57 | 59.71 | - |
| YUV | 147.81 | 159.15 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 83 | 203 | 0 | 0.67 | 0.20 | 0.00 | 317.89 | 0.99 | 0.66 |
| Hex | FE | 53 | CB | 0 | 43 | 14 | 0 | 13E | 63 | 42 |
| Octal | 376 | 123 | 313 | 0 | 103 | 24 | 0 | 476 | 143 | 102 |
| Binary | 11111110 | 1010011 | 11001011 | 0 | 1000011 | 10100 | 0 | 100111110 | 1100011 | 1000010 |
Color Harmonies of #FE53CB
Complementary color
Monochromatic Colors of #FE53CB
Black with #FE53CB
Text Example
Text Example
White with #FE53CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE53CB; }
p { color: rgb(254,83,203); }
H1.HeaderClassName
{
color: #FE53CB;
}
.AnyTagClassName
{
color: #FE53CB;
}
</style>
background-color css
<style>
a { background-color: #FE53CB; }
a { background-color: rgb(254,83,203); }
div.DivClassName
{
background-color: #FE53CB;
}
.BgClassName
{
background-color: #FE53CB;
}
</style>
border-color css
<style>
span { border-color: #FE53CB; }
span { border-color: rgb(254,83,203); }
td.TdClassName
{
border-color: #FE53CB;
}
.TagClassName
{
border-color: #FE53CB;
}
</style>