#F56DCB

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

Shades of Neon Pink #F56DCB

Tints of Neon Pink #F56DCB

Color information

#F56DCB (or 0xF56DCB) is unknown color: approx Neon Pink. HEX triplet: F5, 6D and CB. RGB value is (245,109,203). Sum of RGB (Red+Green+Blue) = 245+109+203=557 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.99% from 557); Green value is 109 (42.97% from 255 or 19.57% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 245 - color contains mainly: red. Hex color #F56DCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56DCB is #0A9234. Grayscale: #A0A0A0. Windows color (decimal): -692789 or 13331957. OLE color: 13331957.

HSL color Cylindrical-coordinate representation of color #F56DCB: hue angle of 318.53º 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 #F56DCB is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB245109203-
CMYK00.560.170.04
HSL318.53º87.18%69.41%-
HSV(B)318.53º55.51%96.08%-
XYZ53.934.6660.35-
YUV160.38152.06188.36-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.99%
GREEN value IS 109 (42.97% from 255) = 19.57%
BLUE value IS 203 (79.69% from 255) = 36.45%
R=43.99%
G=19.57%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510920300.560.170.04318.5387.1869.41
HexF56DCB03811413f5745
Octal365155313070214477127105
Binary1111010111011011100101101110001000110010011111110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56DCB; }

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

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

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

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

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

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

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

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