#FE52CA

Color #FE52CA Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #FE52CA

Tints of Neon Pink #FE52CA

Color information

#FE52CA (or 0xFE52CA) is unknown color: approx Neon Pink. HEX triplet: FE, 52 and CA. RGB value is (254,82,202). Sum of RGB (Red+Green+Blue) = 254+82+202=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 82 (32.42% from 255 or 15.24% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FE52CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE52CA is #01AD35. Grayscale: #929292. Windows color (decimal): -109878 or 13259518. OLE color: 13259518.

HSL color Cylindrical-coordinate representation of color #FE52CA: hue angle of 318.14º 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 #FE52CA is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB25482202-
CMYK00.680.200.00
HSL318.14º98.85%65.88%-
HSV(B)318.14º67.72%99.61%-
XYZ54.5531.3759.06-
YUV147.11158.98204.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 47.21%
GREEN value IS 82 (32.42% from 255) = 15.24%
BLUE value IS 202 (79.30% from 255) = 37.55%
R=47.21%
G=15.24%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2548220200.680.200.00318.1498.8565.88
HexFE52CA04414013e6342
Octal3761223120104240476143102
Binary111111101010010110010100100010010100010011111011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE52CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE52CA; }

 p { color: rgb(254,82,202); }

 H1.HeaderClassName
 {
   color: #FE52CA;
 }
 .AnyTagClassName
 {
   color: #FE52CA;
 }
</style>
background-color css

<style>
 a { background-color: #FE52CA; }

 a { background-color: rgb(254,82,202); }

 div.DivClassName
 {
   background-color: #FE52CA;
 }
 .BgClassName
 {
   background-color: #FE52CA;
 }
</style>
border-color css

<style>
 span { border-color: #FE52CA; }

 span { border-color: rgb(254,82,202); }

 td.TdClassName
 {
   border-color: #FE52CA;
 }
 .TagClassName
 {
   border-color: #FE52CA;
 }
</style>