#F578D2

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

Shades of Neon Pink #F578D2

Tints of Neon Pink #F578D2

Color information

#F578D2 (or 0xF578D2) is unknown color: approx Neon Pink. HEX triplet: F5, 78 and D2. RGB value is (245,120,210). Sum of RGB (Red+Green+Blue) = 245+120+210=575 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.61% from 575); Green value is 120 (47.27% from 255 or 20.87% from 575); Blue value is 210 (82.42% from 255 or 36.52% from 575); Max value from RGB is 245 - color contains mainly: red. Hex color #F578D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F578D2 is #0A872D. Grayscale: #A7A7A7. Windows color (decimal): -689966 or 13793525. OLE color: 13793525.

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

Color convert

RGB245120210-
CMYK00.510.140.04
HSL316.8º86.21%71.57%-
HSV(B)316.8º51.02%96.08%-
XYZ56.0137.565.26-
YUV167.64151.91183.18-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.61%
GREEN value IS 120 (47.27% from 255) = 20.87%
BLUE value IS 210 (82.42% from 255) = 36.52%
R=42.61%
G=20.87%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512021000.510.140.04316.886.2171.57
HexF578D2033E413d5648
Octal365170322063164475126110
Binary111101011111000110100100110011111010010011110110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F578D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F578D2; }

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

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

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

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

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

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

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

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