Html Css Color HEX #F770D0 Neon Pink

📋 copy color: '#F770D0'

red 247 ◦ green 112 ◦ blue 208

#F770D0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Pink #F770D0

Tints of Neon Pink #F770D0

RGB

 RED value IS 247 (96.88% from 255) = 43.56%

 GREEN value IS 112 (44.14% from 255) = 19.75%

 BLUE value IS 208 (81.64% from 255) = 36.68%

R = 43.56%
G = 19.75%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F770D0 (or 0xF770D0) is known color: Neon Pink. HEX triplet: F7, 70 and D0. RGB value is (247,112,208). Sum of RGB (Red+Green+Blue) = 247+112+208=567 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.56% from 567); Green value is 112 (44.14% from 255 or 19.75% from 567); Blue value is 208 (81.64% from 255 or 36.68% from 567); Max value from RGB is 247 - color contains mainly: red. Hex color #F770D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F770D0 is #088F2F. Grayscale: #A3A3A3. Windows color (decimal): -560944 or 13660407. OLE color: 13660407.

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

Color convert

RGB 247 112 208 -
CMYK 0 0.55 0.16 0.03
HSL 317.33º 0.89% 0.7% -
HSV(B) 317.33º 0.55% 0.97% -
XYZ 55.54 35.92 63.68 -
YUV 163.31 153.23 187.69 -
System Red Green Blue C M Y K H S L
Decimal 247 112 208 0 0.55 0.16 0.03 317.33 0.89 0.7
Hex F7 70 D0 0 37 10 3 13D 59 46
Octal 367 160 320 0 67 20 3 475 131 106
Binary 11110111 1110000 11010000 0 110111 10000 11 100111101 1011001 1000110

Color Harmonies of #F770D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F770D0

Black with #F770D0

Text Example


Text Example

White with #F770D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F770D0; }

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

 H1.HeaderClassName
 {
   color: #F770D0;
 }
 .AnyTagClassName
 {
   color: #F770D0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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