#F572C7

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

Shades of Neon Pink #F572C7

Tints of Neon Pink #F572C7

Color information

#F572C7 (or 0xF572C7) is unknown color: approx Neon Pink. HEX triplet: F5, 72 and C7. RGB value is (245,114,199). Sum of RGB (Red+Green+Blue) = 245+114+199=558 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.91% from 558); Green value is 114 (44.92% from 255 or 20.43% from 558); Blue value is 199 (78.12% from 255 or 35.66% from 558); Max value from RGB is 245 - color contains mainly: red. Hex color #F572C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F572C7 is #0A8D38. Grayscale: #A2A2A2. Windows color (decimal): -691513 or 13071093. OLE color: 13071093.

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

Color convert

RGB245114199-
CMYK00.530.190.04
HSL321.07º86.75%70.39%-
HSV(B)321.07º53.47%96.08%-
XYZ53.9835.5758.05-
YUV162.86148.4186.59-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.91%
GREEN value IS 114 (44.92% from 255) = 20.43%
BLUE value IS 199 (78.12% from 255) = 35.66%
R=43.91%
G=20.43%
B=35.66%

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
Decimal24511419900.530.190.04321.0786.7570.39
HexF572C70351341415746
Octal365162307065234501127106
Binary1111010111100101100011101101011001110010100000110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F572C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F572C7; }

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

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

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

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

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

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

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

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