#FD52CD

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

Shades of Neon Pink #FD52CD

Tints of Neon Pink #FD52CD

Color information

#FD52CD (or 0xFD52CD) is unknown color: approx Neon Pink. HEX triplet: FD, 52 and CD. RGB value is (253,82,205). Sum of RGB (Red+Green+Blue) = 253+82+205=540 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.85% from 540); Green value is 82 (32.42% from 255 or 15.19% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 253 - color contains mainly: red. Hex color #FD52CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD52CD is #02AD32. Grayscale: #929292. Windows color (decimal): -175411 or 13456125. OLE color: 13456125.

HSL color Cylindrical-coordinate representation of color #FD52CD: hue angle of 316.84º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FD52CD is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB25382205-
CMYK00.680.190.01
HSL316.84º97.71%65.69%-
HSV(B)316.84º67.59%99.22%-
XYZ54.5431.3360.93-
YUV147.15160.65203.5-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.85%
GREEN value IS 82 (32.42% from 255) = 15.19%
BLUE value IS 205 (80.47% from 255) = 37.96%
R=46.85%
G=15.19%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2538220500.680.190.01316.8497.7165.69
HexFD52CD04413113d6242
Octal3751223150104231475142102
Binary111111011010010110011010100010010011110011110111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD52CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD52CD; }

 p { color: rgb(253,82,205); }

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

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

 a { background-color: rgb(253,82,205); }

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

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

 span { border-color: rgb(253,82,205); }

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