#F572C6

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

Shades of Neon Pink #F572C6

Tints of Neon Pink #F572C6

Color information

#F572C6 (or 0xF572C6) is unknown color: approx Neon Pink. HEX triplet: F5, 72 and C6. RGB value is (245,114,198). Sum of RGB (Red+Green+Blue) = 245+114+198=557 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.99% from 557); Green value is 114 (44.92% from 255 or 20.47% from 557); Blue value is 198 (77.73% from 255 or 35.55% from 557); Max value from RGB is 245 - color contains mainly: red. Hex color #F572C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F572C6 is #0A8D39. Grayscale: #A2A2A2. Windows color (decimal): -691514 or 13005557. OLE color: 13005557.

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

Color convert

RGB245114198-
CMYK00.530.190.04
HSL321.53º86.75%70.39%-
HSV(B)321.53º53.47%96.08%-
XYZ53.8735.5257.44-
YUV162.74147.9186.67-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.99%
GREEN value IS 114 (44.92% from 255) = 20.47%
BLUE value IS 198 (77.73% from 255) = 35.55%
R=43.99%
G=20.47%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511419800.530.190.04321.5386.7570.39
HexF572C60351341425746
Octal365162306065234502127106
Binary1111010111100101100011001101011001110010100001010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F572C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F572C6; }

 p { color: rgb(245,114,198); }

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

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

 a { background-color: rgb(245,114,198); }

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

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

 span { border-color: rgb(245,114,198); }

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