#F575D0

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

Shades of Neon Pink #F575D0

Tints of Neon Pink #F575D0

Color information

#F575D0 (or 0xF575D0) is unknown color: approx Neon Pink. HEX triplet: F5, 75 and D0. RGB value is (245,117,208). Sum of RGB (Red+Green+Blue) = 245+117+208=570 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.98% from 570); Green value is 117 (46.09% from 255 or 20.53% from 570); Blue value is 208 (81.64% from 255 or 36.49% from 570); Max value from RGB is 245 - color contains mainly: red. Hex color #F575D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F575D0 is #0A8A2F. Grayscale: #A5A5A5. Windows color (decimal): -690736 or 13661685. OLE color: 13661685.

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

Color convert

RGB245117208-
CMYK00.520.150.04
HSL317.34º86.49%70.98%-
HSV(B)317.34º52.24%96.08%-
XYZ55.436.6963.84-
YUV165.65151.91184.6-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.98%
GREEN value IS 117 (46.09% from 255) = 20.53%
BLUE value IS 208 (81.64% from 255) = 36.49%
R=42.98%
G=20.53%
B=36.49%

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
Decimal24511720800.520.150.04317.3486.4970.98
HexF575D0034F413d5647
Octal365165320064174475126107
Binary111101011110101110100000110100111110010011110110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F575D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F575D0; }

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

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

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

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

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

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

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

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