#F571C6

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

Shades of Neon Pink #F571C6

Tints of Neon Pink #F571C6

Color information

#F571C6 (or 0xF571C6) is unknown color: approx Neon Pink. HEX triplet: F5, 71 and C6. RGB value is (245,113,198). Sum of RGB (Red+Green+Blue) = 245+113+198=556 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.06% from 556); Green value is 113 (44.53% from 255 or 20.32% from 556); Blue value is 198 (77.73% from 255 or 35.61% from 556); Max value from RGB is 245 - color contains mainly: red. Hex color #F571C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F571C6 is #0A8E39. Grayscale: #A1A1A1. Windows color (decimal): -691770 or 13005301. OLE color: 13005301.

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

Color convert

RGB245113198-
CMYK00.540.190.04
HSL321.36º86.84%70.2%-
HSV(B)321.36º53.88%96.08%-
XYZ53.7535.357.41-
YUV162.16148.23187.09-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.06%
GREEN value IS 113 (44.53% from 255) = 20.32%
BLUE value IS 198 (77.73% from 255) = 35.61%
R=44.06%
G=20.32%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.19
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511319800.540.190.04321.3686.8470.2
HexF571C60361341415746
Octal365161306066234501127106
Binary1111010111100011100011001101101001110010100000110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F571C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F571C6; }

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

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

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

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

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

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

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

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