#F575D1

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

Shades of Neon Pink #F575D1

Tints of Neon Pink #F575D1

Color information

#F575D1 (or 0xF575D1) is unknown color: approx Neon Pink. HEX triplet: F5, 75 and D1. RGB value is (245,117,209). Sum of RGB (Red+Green+Blue) = 245+117+209=571 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.91% from 571); Green value is 117 (46.09% from 255 or 20.49% from 571); Blue value is 209 (82.03% from 255 or 36.60% from 571); Max value from RGB is 245 - color contains mainly: red. Hex color #F575D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F575D1 is #0A8A2E. Grayscale: #A5A5A5. Windows color (decimal): -690735 or 13727221. OLE color: 13727221.

HSL color Cylindrical-coordinate representation of color #F575D1: hue angle of 316.88º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F575D1 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB245117209-
CMYK00.520.150.04
HSL316.88º86.49%70.98%-
HSV(B)316.88º52.24%96.08%-
XYZ55.5336.7464.49-
YUV165.76152.41184.52-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.91%
GREEN value IS 117 (46.09% from 255) = 20.49%
BLUE value IS 209 (82.03% from 255) = 36.60%
R=42.91%
G=20.49%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511720900.520.150.04316.8886.4970.98
HexF575D1034F413d5647
Octal365165321064174475126107
Binary111101011110101110100010110100111110010011110110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F575D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F575D1; }

 p { color: rgb(245,117,209); }

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

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

 a { background-color: rgb(245,117,209); }

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

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

 span { border-color: rgb(245,117,209); }

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