Shades of Neon Pink #FE52CC
Tints of Neon Pink #FE52CC
RGB
CMYK
RGB Variations
Color information
#FE52CC (or 0xFE52CC) is known color: Neon Pink. HEX triplet: FE, 52 and CC. RGB value is (254,82,204). Sum of RGB (Red+Green+Blue) = 254+82+204=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 82 (32.42% from 255 or 15.19% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FE52CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE52CC is #01AD33. Grayscale: #939393. Windows color (decimal): -109876 or 13390590. OLE color: 13390590.
HSL color Cylindrical-coordinate representation of color #FE52CC: hue angle of 317.44º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FE52CC is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 82 | 204 | - |
| CMYK | 0 | 0.68 | 0.20 | 0.00 |
| HSL | 317.44º | 0.99% | 0.66% | - |
| HSV(B) | 317.44º | 0.68% | 1% | - |
| XYZ | 54.79 | 31.47 | 60.31 | - |
| YUV | 147.34 | 159.98 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 82 | 204 | 0 | 0.68 | 0.20 | 0.00 | 317.44 | 0.99 | 0.66 |
| Hex | FE | 52 | CC | 0 | 44 | 14 | 0 | 13D | 63 | 42 |
| Octal | 376 | 122 | 314 | 0 | 104 | 24 | 0 | 475 | 143 | 102 |
| Binary | 11111110 | 1010010 | 11001100 | 0 | 1000100 | 10100 | 0 | 100111101 | 1100011 | 1000010 |
Color Harmonies of #FE52CC
Complementary color
Monochromatic Colors of #FE52CC
Black with #FE52CC
Text Example
Text Example
White with #FE52CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE52CC; }
p { color: rgb(254,82,204); }
H1.HeaderClassName
{
color: #FE52CC;
}
.AnyTagClassName
{
color: #FE52CC;
}
</style>
background-color css
<style>
a { background-color: #FE52CC; }
a { background-color: rgb(254,82,204); }
div.DivClassName
{
background-color: #FE52CC;
}
.BgClassName
{
background-color: #FE52CC;
}
</style>
border-color css
<style>
span { border-color: #FE52CC; }
span { border-color: rgb(254,82,204); }
td.TdClassName
{
border-color: #FE52CC;
}
.TagClassName
{
border-color: #FE52CC;
}
</style>