Html Css Color HEX #F770C1 Neon Pink

📋 copy color: '#F770C1'

red 247 ◦ green 112 ◦ blue 193

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

Shades of Neon Pink #F770C1

Tints of Neon Pink #F770C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 34.96%

R = 44.75%
G = 20.29%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#F770C1 (or 0xF770C1) is known color: Neon Pink. HEX triplet: F7, 70 and C1. RGB value is (247,112,193). Sum of RGB (Red+Green+Blue) = 247+112+193=552 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.75% from 552); Green value is 112 (44.14% from 255 or 20.29% from 552); Blue value is 193 (75.78% from 255 or 34.96% from 552); Max value from RGB is 247 - color contains mainly: red. Hex color #F770C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F770C1 is #088F3E. Grayscale: #A1A1A1. Windows color (decimal): -560959 or 12677367. OLE color: 12677367.

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

Color convert

RGB 247 112 193 -
CMYK 0 0.55 0.22 0.03
HSL 324º 0.89% 0.7% -
HSV(B) 324º 0.55% 0.97% -
XYZ 53.78 35.21 54.41 -
YUV 161.6 145.73 188.91 -
System Red Green Blue C M Y K H S L
Decimal 247 112 193 0 0.55 0.22 0.03 324 0.89 0.7
Hex F7 70 C1 0 37 16 3 144 59 46
Octal 367 160 301 0 67 26 3 504 131 106
Binary 11110111 1110000 11000001 0 110111 10110 11 101000100 1011001 1000110

Color Harmonies of #F770C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F770C1

Black with #F770C1

Text Example


Text Example

White with #F770C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F770C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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