#F077C7

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

Shades of Neon Pink #F077C7

Tints of Neon Pink #F077C7

Color information

#F077C7 (or 0xF077C7) is unknown color: approx Neon Pink. HEX triplet: F0, 77 and C7. RGB value is (240,119,199). Sum of RGB (Red+Green+Blue) = 240+119+199=558 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.01% from 558); Green value is 119 (46.88% from 255 or 21.33% from 558); Blue value is 199 (78.12% from 255 or 35.66% from 558); Max value from RGB is 240 - color contains mainly: red. Hex color #F077C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F077C7 is #0F8838. Grayscale: #A4A4A4. Windows color (decimal): -1017913 or 13072368. OLE color: 13072368.

HSL color Cylindrical-coordinate representation of color #F077C7: hue angle of 320.33º 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 #F077C7 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB240119199-
CMYK00.500.170.06
HSL320.33º80.13%70.39%-
HSV(B)320.33º50.42%94.12%-
XYZ52.8435.8458.17-
YUV164.3147.59182-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.01%
GREEN value IS 119 (46.88% from 255) = 21.33%
BLUE value IS 199 (78.12% from 255) = 35.66%
R=43.01%
G=21.33%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011919900.500.170.06320.3380.1370.39
HexF077C70321161405046
Octal360167307062216500120106
Binary1111000011101111100011101100101000111010100000010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F077C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F077C7; }

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

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

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

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

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

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

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

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