#F579D2

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

Shades of Neon Pink #F579D2

Tints of Neon Pink #F579D2

Color information

#F579D2 (or 0xF579D2) is unknown color: approx Neon Pink. HEX triplet: F5, 79 and D2. RGB value is (245,121,210). Sum of RGB (Red+Green+Blue) = 245+121+210=576 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.53% from 576); Green value is 121 (47.66% from 255 or 21.01% from 576); Blue value is 210 (82.42% from 255 or 36.46% from 576); Max value from RGB is 245 - color contains mainly: red. Hex color #F579D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F579D2 is #0A862D. Grayscale: #A7A7A7. Windows color (decimal): -689710 or 13793781. OLE color: 13793781.

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

Color convert

RGB245121210-
CMYK00.510.140.04
HSL316.94º86.11%71.76%-
HSV(B)316.94º50.61%96.08%-
XYZ56.1337.7465.3-
YUV168.22151.58182.76-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.53%
GREEN value IS 121 (47.66% from 255) = 21.01%
BLUE value IS 210 (82.42% from 255) = 36.46%
R=42.53%
G=21.01%
B=36.46%

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
Decimal24512121000.510.140.04316.9486.1171.76
HexF579D2033E413d5648
Octal365171322063164475126110
Binary111101011111001110100100110011111010010011110110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F579D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F579D2; }

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

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

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

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

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

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

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

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