Shades of Neon Pink #FE52C2
Tints of Neon Pink #FE52C2
RGB
CMYK
RGB Variations
Color information
#FE52C2 (or 0xFE52C2) is known color: Neon Pink. HEX triplet: FE, 52 and C2. RGB value is (254,82,194). Sum of RGB (Red+Green+Blue) = 254+82+194=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 82 (32.42% from 255 or 15.47% from 530); Blue value is 194 (76.17% from 255 or 36.60% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FE52C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE52C2 is #01AD3D. Grayscale: #919191. Windows color (decimal): -109886 or 12735230. OLE color: 12735230.
HSL color Cylindrical-coordinate representation of color #FE52C2: hue angle of 320.93º 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 #FE52C2 is Cyan = 0, Magento = 0.68, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 82 | 194 | - |
| CMYK | 0 | 0.68 | 0.24 | 0.00 |
| HSL | 320.93º | 0.99% | 0.66% | - |
| HSV(B) | 320.93º | 0.68% | 1% | - |
| XYZ | 53.63 | 31 | 54.2 | - |
| YUV | 146.2 | 154.98 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 82 | 194 | 0 | 0.68 | 0.24 | 0.00 | 320.93 | 0.99 | 0.66 |
| Hex | FE | 52 | C2 | 0 | 44 | 18 | 0 | 141 | 63 | 42 |
| Octal | 376 | 122 | 302 | 0 | 104 | 30 | 0 | 501 | 143 | 102 |
| Binary | 11111110 | 1010010 | 11000010 | 0 | 1000100 | 11000 | 0 | 101000001 | 1100011 | 1000010 |
Color Harmonies of #FE52C2
Complementary color
Monochromatic Colors of #FE52C2
Black with #FE52C2
Text Example
Text Example
White with #FE52C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE52C2; }
p { color: rgb(254,82,194); }
H1.HeaderClassName
{
color: #FE52C2;
}
.AnyTagClassName
{
color: #FE52C2;
}
</style>
background-color css
<style>
a { background-color: #FE52C2; }
a { background-color: rgb(254,82,194); }
div.DivClassName
{
background-color: #FE52C2;
}
.BgClassName
{
background-color: #FE52C2;
}
</style>
border-color css
<style>
span { border-color: #FE52C2; }
span { border-color: rgb(254,82,194); }
td.TdClassName
{
border-color: #FE52C2;
}
.TagClassName
{
border-color: #FE52C2;
}
</style>