#F56DCD

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

Shades of Neon Pink #F56DCD

Tints of Neon Pink #F56DCD

Color information

#F56DCD (or 0xF56DCD) is unknown color: approx Neon Pink. HEX triplet: F5, 6D and CD. RGB value is (245,109,205). Sum of RGB (Red+Green+Blue) = 245+109+205=559 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.83% from 559); Green value is 109 (42.97% from 255 or 19.50% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 245 - color contains mainly: red. Hex color #F56DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56DCD is #0A9232. Grayscale: #A0A0A0. Windows color (decimal): -692787 or 13463029. OLE color: 13463029.

HSL color Cylindrical-coordinate representation of color #F56DCD: hue angle of 317.65º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F56DCD is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB245109205-
CMYK00.560.160.04
HSL317.65º87.18%69.41%-
HSV(B)317.65º55.51%96.08%-
XYZ54.1434.7661.61-
YUV160.61153.06188.19-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.83%
GREEN value IS 109 (42.97% from 255) = 19.50%
BLUE value IS 205 (80.47% from 255) = 36.67%
R=43.83%
G=19.50%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510920500.560.160.04317.6587.1869.41
HexF56DCD03810413e5745
Octal365155315070204476127105
Binary1111010111011011100110101110001000010010011111010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56DCD; }

 p { color: rgb(245,109,205); }

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

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

 a { background-color: rgb(245,109,205); }

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

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

 span { border-color: rgb(245,109,205); }

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