Html Css Color HEX #F776CA Neon Pink

📋 copy color: '#F776CA'

red 247 ◦ green 118 ◦ blue 202

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

Shades of Neon Pink #F776CA

Tints of Neon Pink #F776CA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.81%

 BLUE value IS 202 (79.3% from 255) = 35.63%

R = 43.56%
G = 20.81%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F776CA (or 0xF776CA) is known color: Neon Pink. HEX triplet: F7, 76 and CA. RGB value is (247,118,202). Sum of RGB (Red+Green+Blue) = 247+118+202=567 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.56% from 567); Green value is 118 (46.48% from 255 or 20.81% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 247 - color contains mainly: red. Hex color #F776CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F776CA is #088935. Grayscale: #A5A5A5. Windows color (decimal): -559414 or 13268727. OLE color: 13268727.

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

Color convert

RGB 247 118 202 -
CMYK 0 0.52 0.18 0.03
HSL 320.93º 0.89% 0.72% -
HSV(B) 320.93º 0.52% 0.97% -
XYZ 55.5 37 60.09 -
YUV 166.15 148.24 185.67 -
System Red Green Blue C M Y K H S L
Decimal 247 118 202 0 0.52 0.18 0.03 320.93 0.89 0.72
Hex F7 76 CA 0 34 12 3 141 59 48
Octal 367 166 312 0 64 22 3 501 131 110
Binary 11110111 1110110 11001010 0 110100 10010 11 101000001 1011001 1001000

Color Harmonies of #F776CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F776CA

Black with #F776CA

Text Example


Text Example

White with #F776CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F776CA; }

 p { color: rgb(247,118,202); }

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

background-color css

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

 a { background-color: rgb(247,118,202); }

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

border-color css

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

 span { border-color: rgb(247,118,202); }

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