Html Css Color HEX #FF77C6 Neon Pink

📋 copy color: '#FF77C6'

red 255 ◦ green 119 ◦ blue 198

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

Shades of Neon Pink #FF77C6

Tints of Neon Pink #FF77C6

RGB

 RED value IS 255 (100% from 255) = 44.58%

 GREEN value IS 119 (46.88% from 255) = 20.8%

 BLUE value IS 198 (77.73% from 255) = 34.62%

R = 44.58%
G = 20.8%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#FF77C6 (or 0xFF77C6) is known color: Neon Pink. HEX triplet: FF, 77 and C6. RGB value is (255,119,198). Sum of RGB (Red+Green+Blue) = 255+119+198=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 119 (46.88% from 255 or 20.80% from 572); Blue value is 198 (77.73% from 255 or 34.62% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FF77C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF77C6 is #008839. Grayscale: #A8A8A8. Windows color (decimal): -34874 or 13006847. OLE color: 13006847.

HSL color Cylindrical-coordinate representation of color #FF77C6: hue angle of 325.15º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF77C6 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB 255 119 198 -
CMYK 0 0.53 0.22 0
HSL 325.15º 1% 0.73% -
HSV(B) 325.15º 0.53% 1% -
XYZ 58.03 38.53 57.8 -
YUV 168.67 144.56 189.58 -
System Red Green Blue C M Y K H S L
Decimal 255 119 198 0 0.53 0.22 0 325.15 1 0.73
Hex FF 77 C6 0 35 16 0 145 64 49
Octal 377 167 306 0 65 26 0 505 144 111
Binary 11111111 1110111 11000110 0 110101 10110 0 101000101 1100100 1001001

Color Harmonies of #FF77C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF77C6

Black with #FF77C6

Text Example


Text Example

White with #FF77C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF77C6; }

 p { color: rgb(255,119,198); }

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

background-color css

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

 a { background-color: rgb(255,119,198); }

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

border-color css

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

 span { border-color: rgb(255,119,198); }

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