Shades of Neon Pink #FE54CB
Tints of Neon Pink #FE54CB
RGB
CMYK
RGB Variations
Color information
#FE54CB (or 0xFE54CB) is known color: Neon Pink. HEX triplet: FE, 54 and CB. RGB value is (254,84,203). Sum of RGB (Red+Green+Blue) = 254+84+203=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 84 (33.20% from 255 or 15.53% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FE54CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE54CB is #01AB34. Grayscale: #949494. Windows color (decimal): -109365 or 13325566. OLE color: 13325566.
HSL color Cylindrical-coordinate representation of color #FE54CB: hue angle of 318º 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 #FE54CB is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 84 | 203 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.00 |
| HSL | 318º | 0.99% | 0.66% | - |
| HSV(B) | 318º | 0.67% | 1% | - |
| XYZ | 54.82 | 31.72 | 59.73 | - |
| YUV | 148.4 | 158.82 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 84 | 203 | 0 | 0.67 | 0.20 | 0.00 | 318 | 0.99 | 0.66 |
| Hex | FE | 54 | CB | 0 | 43 | 14 | 0 | 13E | 63 | 42 |
| Octal | 376 | 124 | 313 | 0 | 103 | 24 | 0 | 476 | 143 | 102 |
| Binary | 11111110 | 1010100 | 11001011 | 0 | 1000011 | 10100 | 0 | 100111110 | 1100011 | 1000010 |
Color Harmonies of #FE54CB
Complementary color
Monochromatic Colors of #FE54CB
Black with #FE54CB
Text Example
Text Example
White with #FE54CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE54CB; }
p { color: rgb(254,84,203); }
H1.HeaderClassName
{
color: #FE54CB;
}
.AnyTagClassName
{
color: #FE54CB;
}
</style>
background-color css
<style>
a { background-color: #FE54CB; }
a { background-color: rgb(254,84,203); }
div.DivClassName
{
background-color: #FE54CB;
}
.BgClassName
{
background-color: #FE54CB;
}
</style>
border-color css
<style>
span { border-color: #FE54CB; }
span { border-color: rgb(254,84,203); }
td.TdClassName
{
border-color: #FE54CB;
}
.TagClassName
{
border-color: #FE54CB;
}
</style>