#F770D7

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

Shades of Neon Pink #F770D7

Tints of Neon Pink #F770D7

Color information

#F770D7 (or 0xF770D7) is unknown color: approx Neon Pink. HEX triplet: F7, 70 and D7. RGB value is (247,112,215). Sum of RGB (Red+Green+Blue) = 247+112+215=574 (76% of max value = 765). Red value is 247 (96.88% from 255 or 43.03% from 574); Green value is 112 (44.14% from 255 or 19.51% from 574); Blue value is 215 (84.38% from 255 or 37.46% from 574); Max value from RGB is 247 - color contains mainly: red. Hex color #F770D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F770D7 is #088F28. Grayscale: #A3A3A3. Windows color (decimal): -560937 or 14119159. OLE color: 14119159.

HSL color Cylindrical-coordinate representation of color #F770D7: hue angle of 314.22º 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 #F770D7 is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB247112215-
CMYK00.550.130.03
HSL314.22º89.4%70.39%-
HSV(B)314.22º54.66%96.86%-
XYZ56.4236.2768.32-
YUV164.11156.73187.12-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.03%
GREEN value IS 112 (44.14% from 255) = 19.51%
BLUE value IS 215 (84.38% from 255) = 37.46%
R=43.03%
G=19.51%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711221500.550.130.03314.2289.470.39
HexF770D7037D313a5946
Octal367160327067153472131106
Binary11110111111000011010111011011111011110011101010110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F770D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F770D7; }

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

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

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

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

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

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

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

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