#F077D2

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

Shades of Neon Pink #F077D2

Tints of Neon Pink #F077D2

Color information

#F077D2 (or 0xF077D2) is unknown color: approx Neon Pink. HEX triplet: F0, 77 and D2. RGB value is (240,119,210). Sum of RGB (Red+Green+Blue) = 240+119+210=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 119 (46.88% from 255 or 20.91% from 569); Blue value is 210 (82.42% from 255 or 36.91% from 569); Max value from RGB is 240 - color contains mainly: red. Hex color #F077D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F077D2 is #0F882D. Grayscale: #A5A5A5. Windows color (decimal): -1017902 or 13793264. OLE color: 13793264.

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

Color convert

RGB240119210-
CMYK00.500.120.06
HSL314.88º80.13%70.39%-
HSV(B)314.88º50.42%94.12%-
XYZ54.1636.3765.14-
YUV165.55153.09181.1-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.18%
GREEN value IS 119 (46.88% from 255) = 20.91%
BLUE value IS 210 (82.42% from 255) = 36.91%
R=42.18%
G=20.91%
B=36.91%

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
Decimal24011921000.500.120.06314.8880.1370.39
HexF077D2032C613b5046
Octal360167322062146473120106
Binary111100001110111110100100110010110011010011101110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F077D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F077D2; }

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

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

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

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

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

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

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

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