Html Css Color HEX #F770CE Neon Pink

📋 copy color: '#F770CE'

red 247 ◦ green 112 ◦ blue 206

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

Shades of Neon Pink #F770CE

Tints of Neon Pink #F770CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.46%

R = 43.72%
G = 19.82%
B = 36.46%

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

#F770CE (or 0xF770CE) is known color: Neon Pink. HEX triplet: F7, 70 and CE. RGB value is (247,112,206). Sum of RGB (Red+Green+Blue) = 247+112+206=565 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.72% from 565); Green value is 112 (44.14% from 255 or 19.82% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 247 - color contains mainly: red. Hex color #F770CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F770CE is #088F31. Grayscale: #A2A2A2. Windows color (decimal): -560946 or 13529335. OLE color: 13529335.

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

Color convert

RGB 247 112 206 -
CMYK 0 0.55 0.17 0.03
HSL 318.22º 0.89% 0.7% -
HSV(B) 318.22º 0.55% 0.97% -
XYZ 55.29 35.82 62.39 -
YUV 163.08 152.23 187.86 -
System Red Green Blue C M Y K H S L
Decimal 247 112 206 0 0.55 0.17 0.03 318.22 0.89 0.7
Hex F7 70 CE 0 37 11 3 13E 59 46
Octal 367 160 316 0 67 21 3 476 131 106
Binary 11110111 1110000 11001110 0 110111 10001 11 100111110 1011001 1000110

Color Harmonies of #F770CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F770CE

Black with #F770CE

Text Example


Text Example

White with #F770CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F770CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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