#FD61C0

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

Shades of Neon Pink #FD61C0

Tints of Neon Pink #FD61C0

Color information

#FD61C0 (or 0xFD61C0) is unknown color: approx Neon Pink. HEX triplet: FD, 61 and C0. RGB value is (253,97,192). Sum of RGB (Red+Green+Blue) = 253+97+192=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 97 (38.28% from 255 or 17.90% from 542); Blue value is 192 (75.39% from 255 or 35.42% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FD61C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD61C0 is #029E3F. Grayscale: #9A9A9A. Windows color (decimal): -171584 or 12607997. OLE color: 12607997.

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

Color convert

RGB25397192-
CMYK00.620.240.01
HSL323.46º97.5%68.63%-
HSV(B)323.46º61.66%99.22%-
XYZ54.333.2453.42-
YUV154.47149.18198.28-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 46.68%
GREEN value IS 97 (38.28% from 255) = 17.90%
BLUE value IS 192 (75.39% from 255) = 35.42%
R=46.68%
G=17.90%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539719200.620.240.01323.4697.568.63
HexFD61C003E1811436245
Octal375141300076301503142105
Binary11111101110000111000000011111011000110100001111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD61C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD61C0; }

 p { color: rgb(253,97,192); }

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

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

 a { background-color: rgb(253,97,192); }

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

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

 span { border-color: rgb(253,97,192); }

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