#F079D2

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

Shades of Neon Pink #F079D2

Tints of Neon Pink #F079D2

Color information

#F079D2 (or 0xF079D2) is unknown color: approx Neon Pink. HEX triplet: F0, 79 and D2. RGB value is (240,121,210). Sum of RGB (Red+Green+Blue) = 240+121+210=571 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.03% from 571); Green value is 121 (47.66% from 255 or 21.19% from 571); Blue value is 210 (82.42% from 255 or 36.78% from 571); Max value from RGB is 240 - color contains mainly: red. Hex color #F079D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F079D2 is #0F862D. Grayscale: #A6A6A6. Windows color (decimal): -1017390 or 13793776. OLE color: 13793776.

HSL color Cylindrical-coordinate representation of color #F079D2: hue angle of 315.13º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F079D2 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB240121210-
CMYK00.500.120.06
HSL315.13º79.87%70.78%-
HSV(B)315.13º49.58%94.12%-
XYZ54.4136.8565.22-
YUV166.73152.42180.26-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.03%
GREEN value IS 121 (47.66% from 255) = 21.19%
BLUE value IS 210 (82.42% from 255) = 36.78%
R=42.03%
G=21.19%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012121000.500.120.06315.1379.8770.78
HexF079D2032C613b5047
Octal360171322062146473120107
Binary111100001111001110100100110010110011010011101110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F079D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F079D2; }

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

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

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

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

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

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

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

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