#F571BF

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

Shades of Neon Pink #F571BF

Tints of Neon Pink #F571BF

Color information

#F571BF (or 0xF571BF) is unknown color: approx Neon Pink. HEX triplet: F5, 71 and BF. RGB value is (245,113,191). Sum of RGB (Red+Green+Blue) = 245+113+191=549 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.63% from 549); Green value is 113 (44.53% from 255 or 20.58% from 549); Blue value is 191 (75% from 255 or 34.79% from 549); Max value from RGB is 245 - color contains mainly: red. Hex color #F571BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F571BF is #0A8E40. Grayscale: #A1A1A1. Windows color (decimal): -691777 or 12546549. OLE color: 12546549.

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

Color convert

RGB245113191-
CMYK00.540.220.04
HSL324.55º86.84%70.2%-
HSV(B)324.55º53.88%96.08%-
XYZ52.9734.9853.25-
YUV161.36144.73187.66-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.63%
GREEN value IS 113 (44.53% from 255) = 20.58%
BLUE value IS 191 (75% from 255) = 34.79%
R=44.63%
G=20.58%
B=34.79%

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
Decimal24511319100.540.220.04324.5586.8470.2
HexF571BF0361641455746
Octal365161277066264505127106
Binary1111010111100011011111101101101011010010100010110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F571BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F571BF; }

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

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

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

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

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

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

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

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