#F56AC0

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

Shades of Neon Pink #F56AC0

Tints of Neon Pink #F56AC0

Color information

#F56AC0 (or 0xF56AC0) is unknown color: approx Neon Pink. HEX triplet: F5, 6A and C0. RGB value is (245,106,192). Sum of RGB (Red+Green+Blue) = 245+106+192=543 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.12% from 543); Green value is 106 (41.80% from 255 or 19.52% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 245 - color contains mainly: red. Hex color #F56AC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56AC0 is #0A953F. Grayscale: #9D9D9D. Windows color (decimal): -693568 or 12610293. OLE color: 12610293.

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

Color convert

RGB245106192-
CMYK00.570.220.04
HSL322.88º87.42%68.82%-
HSV(B)322.88º56.73%96.08%-
XYZ52.3233.5353.58-
YUV157.36147.55190.51-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.12%
GREEN value IS 106 (41.80% from 255) = 19.52%
BLUE value IS 192 (75.39% from 255) = 35.36%
R=45.12%
G=19.52%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510619200.570.220.04322.8887.4268.82
HexF56AC00391641435745
Octal365152300071264503127105
Binary1111010111010101100000001110011011010010100001110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56AC0; }

 p { color: rgb(245,106,192); }

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

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

 a { background-color: rgb(245,106,192); }

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

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

 span { border-color: rgb(245,106,192); }

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