#F56ACA

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

Shades of Neon Pink #F56ACA

Tints of Neon Pink #F56ACA

Color information

#F56ACA (or 0xF56ACA) is unknown color: approx Neon Pink. HEX triplet: F5, 6A and CA. RGB value is (245,106,202). Sum of RGB (Red+Green+Blue) = 245+106+202=553 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.30% from 553); Green value is 106 (41.80% from 255 or 19.17% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 245 - color contains mainly: red. Hex color #F56ACA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56ACA is #0A9535. Grayscale: #9E9E9E. Windows color (decimal): -693558 or 13265653. OLE color: 13265653.

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

Color convert

RGB245106202-
CMYK00.570.180.04
HSL318.56º87.42%68.82%-
HSV(B)318.56º56.73%96.08%-
XYZ53.4733.9859.62-
YUV158.5152.55189.69-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.30%
GREEN value IS 106 (41.80% from 255) = 19.17%
BLUE value IS 202 (79.30% from 255) = 36.53%
R=44.30%
G=19.17%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510620200.570.180.04318.5687.4268.82
HexF56ACA03912413f5745
Octal365152312071224477127105
Binary1111010111010101100101001110011001010010011111110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56ACA; }

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

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

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

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

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

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

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

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