Html Css Color HEX #F772CC Neon Pink

📋 copy color: '#F772CC'

red 247 ◦ green 114 ◦ blue 204

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

Shades of Neon Pink #F772CC

Tints of Neon Pink #F772CC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.18%

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

R = 43.72%
G = 20.18%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F772CC (or 0xF772CC) is known color: Neon Pink. HEX triplet: F7, 72 and CC. RGB value is (247,114,204). Sum of RGB (Red+Green+Blue) = 247+114+204=565 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.72% from 565); Green value is 114 (44.92% from 255 or 20.18% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 247 - color contains mainly: red. Hex color #F772CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F772CC is #088D33. Grayscale: #A3A3A3. Windows color (decimal): -560436 or 13398775. OLE color: 13398775.

HSL color Cylindrical-coordinate representation of color #F772CC: hue angle of 319.4º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F772CC is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 114 204 -
CMYK 0 0.54 0.17 0.03
HSL 319.4º 0.89% 0.71% -
HSV(B) 319.4º 0.54% 0.97% -
XYZ 55.27 36.17 61.19 -
YUV 164.03 150.56 187.18 -
System Red Green Blue C M Y K H S L
Decimal 247 114 204 0 0.54 0.17 0.03 319.4 0.89 0.71
Hex F7 72 CC 0 36 11 3 13F 59 47
Octal 367 162 314 0 66 21 3 477 131 107
Binary 11110111 1110010 11001100 0 110110 10001 11 100111111 1011001 1000111

Color Harmonies of #F772CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F772CC

Black with #F772CC

Text Example


Text Example

White with #F772CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F772CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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