Html Css Color HEX #FF77D8 Neon Pink

📋 copy color: '#FF77D8'

red 255 ◦ green 119 ◦ blue 216

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

Shades of Neon Pink #FF77D8

Tints of Neon Pink #FF77D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 36.61%

R = 43.22%
G = 20.17%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#FF77D8 (or 0xFF77D8) is known color: Neon Pink. HEX triplet: FF, 77 and D8. RGB value is (255,119,216). Sum of RGB (Red+Green+Blue) = 255+119+216=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 119 (46.88% from 255 or 20.17% from 590); Blue value is 216 (84.77% from 255 or 36.61% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FF77D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF77D8 is #008827. Grayscale: #AAAAAA. Windows color (decimal): -34856 or 14186495. OLE color: 14186495.

HSL color Cylindrical-coordinate representation of color #FF77D8: hue angle of 317.21º 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 #FF77D8 is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB 255 119 216 -
CMYK 0 0.53 0.15 0
HSL 317.21º 1% 0.73% -
HSV(B) 317.21º 0.53% 1% -
XYZ 60.23 39.41 69.4 -
YUV 170.72 153.56 188.11 -
System Red Green Blue C M Y K H S L
Decimal 255 119 216 0 0.53 0.15 0 317.21 1 0.73
Hex FF 77 D8 0 35 F 0 13D 64 49
Octal 377 167 330 0 65 17 0 475 144 111
Binary 11111111 1110111 11011000 0 110101 1111 0 100111101 1100100 1001001

Color Harmonies of #FF77D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF77D8

Black with #FF77D8

Text Example


Text Example

White with #FF77D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF77D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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