#F770D1

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

Shades of Neon Pink #F770D1

Tints of Neon Pink #F770D1

Color information

#F770D1 (or 0xF770D1) is unknown color: approx Neon Pink. HEX triplet: F7, 70 and D1. RGB value is (247,112,209). Sum of RGB (Red+Green+Blue) = 247+112+209=568 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.49% from 568); Green value is 112 (44.14% from 255 or 19.72% from 568); Blue value is 209 (82.03% from 255 or 36.80% from 568); Max value from RGB is 247 - color contains mainly: red. Hex color #F770D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F770D1 is #088F2E. Grayscale: #A3A3A3. Windows color (decimal): -560943 or 13725943. OLE color: 13725943.

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

Color convert

RGB247112209-
CMYK00.550.150.03
HSL316.89º89.4%70.39%-
HSV(B)316.89º54.66%96.86%-
XYZ55.6635.9764.33-
YUV163.42153.73187.61-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.49%
GREEN value IS 112 (44.14% from 255) = 19.72%
BLUE value IS 209 (82.03% from 255) = 36.80%
R=43.49%
G=19.72%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711220900.550.150.03316.8989.470.39
HexF770D1037F313d5946
Octal367160321067173475131106
Binary11110111111000011010001011011111111110011110110110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F770D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F770D1; }

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

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

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

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

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

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

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

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