#F578D1

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

Shades of Neon Pink #F578D1

Tints of Neon Pink #F578D1

Color information

#F578D1 (or 0xF578D1) is unknown color: approx Neon Pink. HEX triplet: F5, 78 and D1. RGB value is (245,120,209). Sum of RGB (Red+Green+Blue) = 245+120+209=574 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.68% from 574); Green value is 120 (47.27% from 255 or 20.91% from 574); Blue value is 209 (82.03% from 255 or 36.41% from 574); Max value from RGB is 245 - color contains mainly: red. Hex color #F578D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F578D1 is #0A872E. Grayscale: #A7A7A7. Windows color (decimal): -689967 or 13727989. OLE color: 13727989.

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

Color convert

RGB245120209-
CMYK00.510.150.04
HSL317.28º86.21%71.57%-
HSV(B)317.28º51.02%96.08%-
XYZ55.8837.4564.6-
YUV167.52151.41183.26-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.68%
GREEN value IS 120 (47.27% from 255) = 20.91%
BLUE value IS 209 (82.03% from 255) = 36.41%
R=42.68%
G=20.91%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512020900.510.150.04317.2886.2171.57
HexF578D1033F413d5648
Octal365170321063174475126110
Binary111101011111000110100010110011111110010011110110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F578D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F578D1; }

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

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

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

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

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

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

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

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