#F572CE

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

Shades of Neon Pink #F572CE

Tints of Neon Pink #F572CE

Color information

#F572CE (or 0xF572CE) is unknown color: approx Neon Pink. HEX triplet: F5, 72 and CE. RGB value is (245,114,206). Sum of RGB (Red+Green+Blue) = 245+114+206=565 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.36% from 565); Green value is 114 (44.92% from 255 or 20.18% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 245 - color contains mainly: red. Hex color #F572CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F572CE is #0A8D31. Grayscale: #A3A3A3. Windows color (decimal): -691506 or 13529845. OLE color: 13529845.

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

Color convert

RGB245114206-
CMYK00.530.160.04
HSL317.86º86.75%70.39%-
HSV(B)317.86º53.47%96.08%-
XYZ54.8135.962.43-
YUV163.66151.9186.02-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.36%
GREEN value IS 114 (44.92% from 255) = 20.18%
BLUE value IS 206 (80.86% from 255) = 36.46%
R=43.36%
G=20.18%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511420600.530.160.04317.8686.7570.39
HexF572CE03510413e5746
Octal365162316065204476127106
Binary1111010111100101100111001101011000010010011111010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F572CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F572CE; }

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

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

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

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

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

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

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

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