Html Css Color HEX #F770C2 Neon Pink

📋 copy color: '#F770C2'

red 247 ◦ green 112 ◦ blue 194

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

Shades of Neon Pink #F770C2

Tints of Neon Pink #F770C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 35.08%

R = 44.67%
G = 20.25%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F770C2 (or 0xF770C2) is known color: Neon Pink. HEX triplet: F7, 70 and C2. RGB value is (247,112,194). Sum of RGB (Red+Green+Blue) = 247+112+194=553 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.67% from 553); Green value is 112 (44.14% from 255 or 20.25% from 553); Blue value is 194 (76.17% from 255 or 35.08% from 553); Max value from RGB is 247 - color contains mainly: red. Hex color #F770C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F770C2 is #088F3D. Grayscale: #A1A1A1. Windows color (decimal): -560958 or 12742903. OLE color: 12742903.

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

Color convert

RGB 247 112 194 -
CMYK 0 0.55 0.21 0.03
HSL 323.56º 0.89% 0.7% -
HSV(B) 323.56º 0.55% 0.97% -
XYZ 53.89 35.26 55 -
YUV 161.71 146.23 188.83 -
System Red Green Blue C M Y K H S L
Decimal 247 112 194 0 0.55 0.21 0.03 323.56 0.89 0.7
Hex F7 70 C2 0 37 15 3 144 59 46
Octal 367 160 302 0 67 25 3 504 131 106
Binary 11110111 1110000 11000010 0 110111 10101 11 101000100 1011001 1000110

Color Harmonies of #F770C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F770C2

Black with #F770C2

Text Example


Text Example

White with #F770C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F770C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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