#F573D0

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

Shades of Neon Pink #F573D0

Tints of Neon Pink #F573D0

Color information

#F573D0 (or 0xF573D0) is unknown color: approx Neon Pink. HEX triplet: F5, 73 and D0. RGB value is (245,115,208). Sum of RGB (Red+Green+Blue) = 245+115+208=568 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.13% from 568); Green value is 115 (45.31% from 255 or 20.25% from 568); Blue value is 208 (81.64% from 255 or 36.62% from 568); Max value from RGB is 245 - color contains mainly: red. Hex color #F573D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F573D0 is #0A8C2F. Grayscale: #A4A4A4. Windows color (decimal): -691248 or 13661173. OLE color: 13661173.

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

Color convert

RGB245115208-
CMYK00.530.150.04
HSL317.08º86.67%70.59%-
HSV(B)317.08º53.06%96.08%-
XYZ55.1736.2363.76-
YUV164.47152.57185.44-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.13%
GREEN value IS 115 (45.31% from 255) = 20.25%
BLUE value IS 208 (81.64% from 255) = 36.62%
R=43.13%
G=20.25%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511520800.530.150.04317.0886.6770.59
HexF573D0035F413d5747
Octal365163320065174475127107
Binary111101011110011110100000110101111110010011110110101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F573D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F573D0; }

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

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

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

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

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

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

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

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