Html Css Color HEX #F776CB Neon Pink

📋 copy color: '#F776CB'

red 247 ◦ green 118 ◦ blue 203

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

Shades of Neon Pink #F776CB

Tints of Neon Pink #F776CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.74%

R = 43.49%
G = 20.77%
B = 35.74%

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

#F776CB (or 0xF776CB) is known color: Neon Pink. HEX triplet: F7, 76 and CB. RGB value is (247,118,203). Sum of RGB (Red+Green+Blue) = 247+118+203=568 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.49% from 568); Green value is 118 (46.48% from 255 or 20.77% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 247 - color contains mainly: red. Hex color #F776CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F776CB is #088934. Grayscale: #A6A6A6. Windows color (decimal): -559413 or 13334263. OLE color: 13334263.

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

Color convert

RGB 247 118 203 -
CMYK 0 0.52 0.18 0.03
HSL 320.47º 0.89% 0.72% -
HSV(B) 320.47º 0.52% 0.97% -
XYZ 55.62 37.04 60.72 -
YUV 166.26 148.74 185.59 -
System Red Green Blue C M Y K H S L
Decimal 247 118 203 0 0.52 0.18 0.03 320.47 0.89 0.72
Hex F7 76 CB 0 34 12 3 140 59 48
Octal 367 166 313 0 64 22 3 500 131 110
Binary 11110111 1110110 11001011 0 110100 10010 11 101000000 1011001 1001000

Color Harmonies of #F776CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F776CB

Black with #F776CB

Text Example


Text Example

White with #F776CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F776CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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