Html Css Color HEX #F772CE Neon Pink

📋 copy color: '#F772CE'

red 247 ◦ green 114 ◦ blue 206

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

Shades of Neon Pink #F772CE

Tints of Neon Pink #F772CE

RGB

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

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

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

R = 43.56%
G = 20.11%
B = 36.33%

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

#F772CE (or 0xF772CE) is known color: Neon Pink. HEX triplet: F7, 72 and CE. RGB value is (247,114,206). Sum of RGB (Red+Green+Blue) = 247+114+206=567 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.56% from 567); Green value is 114 (44.92% from 255 or 20.11% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 247 - color contains mainly: red. Hex color #F772CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F772CE is #088D31. Grayscale: #A4A4A4. Windows color (decimal): -560434 or 13529847. OLE color: 13529847.

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

Color convert

RGB 247 114 206 -
CMYK 0 0.54 0.17 0.03
HSL 318.5º 0.89% 0.71% -
HSV(B) 318.5º 0.54% 0.97% -
XYZ 55.52 36.27 62.47 -
YUV 164.26 151.56 187.02 -
System Red Green Blue C M Y K H S L
Decimal 247 114 206 0 0.54 0.17 0.03 318.5 0.89 0.71
Hex F7 72 CE 0 36 11 3 13E 59 47
Octal 367 162 316 0 66 21 3 476 131 107
Binary 11110111 1110010 11001110 0 110110 10001 11 100111110 1011001 1000111

Color Harmonies of #F772CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F772CE

Black with #F772CE

Text Example


Text Example

White with #F772CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F772CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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