Html Css Color HEX #F771CC Neon Pink

📋 copy color: '#F771CC'

red 247 ◦ green 113 ◦ blue 204

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

Shades of Neon Pink #F771CC

Tints of Neon Pink #F771CC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.04%

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

R = 43.79%
G = 20.04%
B = 36.17%

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

#F771CC (or 0xF771CC) is known color: Neon Pink. HEX triplet: F7, 71 and CC. RGB value is (247,113,204). Sum of RGB (Red+Green+Blue) = 247+113+204=564 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.79% from 564); Green value is 113 (44.53% from 255 or 20.04% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 247 - color contains mainly: red. Hex color #F771CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F771CC is #088E33. Grayscale: #A3A3A3. Windows color (decimal): -560692 or 13398519. OLE color: 13398519.

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

Color convert

RGB 247 113 204 -
CMYK 0 0.54 0.17 0.03
HSL 319.25º 0.89% 0.71% -
HSV(B) 319.25º 0.54% 0.97% -
XYZ 55.16 35.94 61.16 -
YUV 163.44 150.89 187.6 -
System Red Green Blue C M Y K H S L
Decimal 247 113 204 0 0.54 0.17 0.03 319.25 0.89 0.71
Hex F7 71 CC 0 36 11 3 13F 59 47
Octal 367 161 314 0 66 21 3 477 131 107
Binary 11110111 1110001 11001100 0 110110 10001 11 100111111 1011001 1000111

Color Harmonies of #F771CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F771CC

Black with #F771CC

Text Example


Text Example

White with #F771CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F771CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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