#f770c0

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

Shades of Neon Pink #F770C0

Tints of Neon Pink #F770C0

Color information

#F770C0 (or 0xF770C0) is unknown color: approx Neon Pink. HEX triplet: F7, 70 and C0. RGB value is (247,112,192). Sum of RGB (Red+Green+Blue) = 247+112+192=551 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.83% from 551); Green value is 112 (44.14% from 255 or 20.33% from 551); Blue value is 192 (75.39% from 255 or 34.85% from 551); Max value from RGB is 247 - color contains mainly: red. Hex color #F770C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F770C0 is #088F3F. Grayscale: #A1A1A1. Windows color (decimal): -560960 or 12611831. OLE color: 12611831.

HSL color Cylindrical-coordinate representation of color #F770C0: hue angle of 324.44º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F770C0 is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB247112192-
CMYK00.550.220.03
HSL324.44º89.4%70.39%-
HSV(B)324.44º54.66%96.86%-
XYZ53.6735.1753.83-
YUV161.48145.23189-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.83%
GREEN value IS 112 (44.14% from 255) = 20.33%
BLUE value IS 192 (75.39% from 255) = 34.85%
R=44.83%
G=20.33%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711219200.550.220.03324.4489.470.39
HexF770C00371631445946
Octal367160300067263504131106
Binary111101111110000110000000110111101101110100010010110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f770c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f770c0; }

 p { color: rgb(247,112,192); }

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

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

 a { background-color: rgb(247,112,192); }

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

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

 span { border-color: rgb(247,112,192); }

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