#F571C0

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

Shades of Neon Pink #F571C0

Tints of Neon Pink #F571C0

Color information

#F571C0 (or 0xF571C0) is unknown color: approx Neon Pink. HEX triplet: F5, 71 and C0. RGB value is (245,113,192). Sum of RGB (Red+Green+Blue) = 245+113+192=550 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.55% from 550); Green value is 113 (44.53% from 255 or 20.55% from 550); Blue value is 192 (75.39% from 255 or 34.91% from 550); Max value from RGB is 245 - color contains mainly: red. Hex color #F571C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F571C0 is #0A8E3F. Grayscale: #A1A1A1. Windows color (decimal): -691776 or 12612085. OLE color: 12612085.

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

Color convert

RGB245113192-
CMYK00.540.220.04
HSL324.09º86.84%70.2%-
HSV(B)324.09º53.88%96.08%-
XYZ53.0835.0353.83-
YUV161.47145.23187.58-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.55%
GREEN value IS 113 (44.53% from 255) = 20.55%
BLUE value IS 192 (75.39% from 255) = 34.91%
R=44.55%
G=20.55%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511319200.540.220.04324.0986.8470.2
HexF571C00361641445746
Octal365161300066264504127106
Binary1111010111100011100000001101101011010010100010010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F571C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F571C0; }

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

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

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

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

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

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

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

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