#F573CF

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

Shades of Neon Pink #F573CF

Tints of Neon Pink #F573CF

Color information

#F573CF (or 0xF573CF) is unknown color: approx Neon Pink. HEX triplet: F5, 73 and CF. RGB value is (245,115,207). Sum of RGB (Red+Green+Blue) = 245+115+207=567 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.21% from 567); Green value is 115 (45.31% from 255 or 20.28% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 245 - color contains mainly: red. Hex color #F573CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F573CF is #0A8C30. Grayscale: #A4A4A4. Windows color (decimal): -691249 or 13595637. OLE color: 13595637.

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

Color convert

RGB245115207-
CMYK00.530.160.04
HSL317.54º86.67%70.59%-
HSV(B)317.54º53.06%96.08%-
XYZ55.0536.1863.11-
YUV164.36152.07185.52-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.21%
GREEN value IS 115 (45.31% from 255) = 20.28%
BLUE value IS 207 (81.25% from 255) = 36.51%
R=43.21%
G=20.28%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511520700.530.160.04317.5486.6770.59
HexF573CF03510413e5747
Octal365163317065204476127107
Binary1111010111100111100111101101011000010010011111010101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F573CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F573CF; }

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

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

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

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

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

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

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

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