Html Css Color HEX #F770CC Neon Pink

📋 copy color: '#F770CC'

red 247 ◦ green 112 ◦ blue 204

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

Shades of Neon Pink #F770CC

Tints of Neon Pink #F770CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.23%

R = 43.87%
G = 19.89%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F770CC (or 0xF770CC) is known color: Neon Pink. HEX triplet: F7, 70 and CC. RGB value is (247,112,204). Sum of RGB (Red+Green+Blue) = 247+112+204=563 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.87% from 563); Green value is 112 (44.14% from 255 or 19.89% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 247 - color contains mainly: red. Hex color #F770CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F770CC is #088F33. Grayscale: #A2A2A2. Windows color (decimal): -560948 or 13398263. OLE color: 13398263.

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

Color convert

RGB 247 112 204 -
CMYK 0 0.55 0.17 0.03
HSL 319.11º 0.89% 0.7% -
HSV(B) 319.11º 0.55% 0.97% -
XYZ 55.05 35.72 61.12 -
YUV 162.85 151.23 188.02 -
System Red Green Blue C M Y K H S L
Decimal 247 112 204 0 0.55 0.17 0.03 319.11 0.89 0.7
Hex F7 70 CC 0 37 11 3 13F 59 46
Octal 367 160 314 0 67 21 3 477 131 106
Binary 11110111 1110000 11001100 0 110111 10001 11 100111111 1011001 1000110

Color Harmonies of #F770CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F770CC

Black with #F770CC

Text Example


Text Example

White with #F770CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F770CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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