#F56AC1

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

Shades of Neon Pink #F56AC1

Tints of Neon Pink #F56AC1

Color information

#F56AC1 (or 0xF56AC1) is unknown color: approx Neon Pink. HEX triplet: F5, 6A and C1. RGB value is (245,106,193). Sum of RGB (Red+Green+Blue) = 245+106+193=544 (72% of max value = 765). Red value is 245 (96.09% from 255 or 45.04% from 544); Green value is 106 (41.80% from 255 or 19.49% from 544); Blue value is 193 (75.78% from 255 or 35.48% from 544); Max value from RGB is 245 - color contains mainly: red. Hex color #F56AC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56AC1 is #0A953E. Grayscale: #9D9D9D. Windows color (decimal): -693567 or 12675829. OLE color: 12675829.

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

Color convert

RGB245106193-
CMYK00.570.210.04
HSL322.45º87.42%68.82%-
HSV(B)322.45º56.73%96.08%-
XYZ52.4433.5754.17-
YUV157.48148.05190.43-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.04%
GREEN value IS 106 (41.80% from 255) = 19.49%
BLUE value IS 193 (75.78% from 255) = 35.48%
R=45.04%
G=19.49%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510619300.570.210.04322.4587.4268.82
HexF56AC10391541425745
Octal365152301071254502127105
Binary1111010111010101100000101110011010110010100001010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56AC1; }

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

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

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

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

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

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

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

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