#F770D2

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

Shades of Neon Pink #F770D2

Tints of Neon Pink #F770D2

Color information

#F770D2 (or 0xF770D2) is unknown color: approx Neon Pink. HEX triplet: F7, 70 and D2. RGB value is (247,112,210). Sum of RGB (Red+Green+Blue) = 247+112+210=569 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.41% from 569); Green value is 112 (44.14% from 255 or 19.68% from 569); Blue value is 210 (82.42% from 255 or 36.91% from 569); Max value from RGB is 247 - color contains mainly: red. Hex color #F770D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F770D2 is #088F2D. Grayscale: #A3A3A3. Windows color (decimal): -560942 or 13791479. OLE color: 13791479.

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

Color convert

RGB247112210-
CMYK00.550.150.03
HSL316.44º89.4%70.39%-
HSV(B)316.44º54.66%96.86%-
XYZ55.7836.0264.98-
YUV163.54154.23187.53-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 43.41%
GREEN value IS 112 (44.14% from 255) = 19.68%
BLUE value IS 210 (82.42% from 255) = 36.91%
R=43.41%
G=19.68%
B=36.91%

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
Decimal24711221000.550.150.03316.4489.470.39
HexF770D2037F313c5946
Octal367160322067173474131106
Binary11110111111000011010010011011111111110011110010110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F770D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F770D2; }

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

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

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

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

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

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

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

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