#FD55CE

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

Shades of Neon Pink #FD55CE

Tints of Neon Pink #FD55CE

Color information

#FD55CE (or 0xFD55CE) is unknown color: approx Neon Pink. HEX triplet: FD, 55 and CE. RGB value is (253,85,206). Sum of RGB (Red+Green+Blue) = 253+85+206=544 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.51% from 544); Green value is 85 (33.59% from 255 or 15.62% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 253 - color contains mainly: red. Hex color #FD55CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD55CE is #02AA31. Grayscale: #949494. Windows color (decimal): -174642 or 13522429. OLE color: 13522429.

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

Color convert

RGB25385206-
CMYK00.660.190.01
HSL316.79º97.67%66.27%-
HSV(B)316.79º66.4%99.22%-
XYZ54.931.8461.64-
YUV149.03160.16202.16-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.51%
GREEN value IS 85 (33.59% from 255) = 15.62%
BLUE value IS 206 (80.86% from 255) = 37.87%
R=46.51%
G=15.62%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2538520600.660.190.01316.7997.6766.27
HexFD55CE04213113d6242
Octal3751253160102231475142102
Binary111111011010101110011100100001010011110011110111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD55CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD55CE; }

 p { color: rgb(253,85,206); }

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

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

 a { background-color: rgb(253,85,206); }

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

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

 span { border-color: rgb(253,85,206); }

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