#FD62CE

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

Shades of Neon Pink #FD62CE

Tints of Neon Pink #FD62CE

Color information

#FD62CE (or 0xFD62CE) is unknown color: approx Neon Pink. HEX triplet: FD, 62 and CE. RGB value is (253,98,206). Sum of RGB (Red+Green+Blue) = 253+98+206=557 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.42% from 557); Green value is 98 (38.67% from 255 or 17.59% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 253 - color contains mainly: red. Hex color #FD62CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD62CE is #029D31. Grayscale: #9C9C9C. Windows color (decimal): -171314 or 13525757. OLE color: 13525757.

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

Color convert

RGB25398206-
CMYK00.610.190.01
HSL318.19º97.48%68.82%-
HSV(B)318.19º61.26%99.22%-
XYZ56.0234.0762.02-
YUV156.66155.85196.72-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.42%
GREEN value IS 98 (38.67% from 255) = 17.59%
BLUE value IS 206 (80.86% from 255) = 36.98%
R=45.42%
G=17.59%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539820600.610.190.01318.1997.4868.82
HexFD62CE03D13113e6145
Octal375142316075231476141105
Binary11111101110001011001110011110110011110011111011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD62CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD62CE; }

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

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

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

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

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

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

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

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