Html Css Color HEX #FF77D1 Neon Pink

📋 copy color: '#FF77D1'

red 255 ◦ green 119 ◦ blue 209

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

Shades of Neon Pink #FF77D1

Tints of Neon Pink #FF77D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 35.85%

R = 43.74%
G = 20.41%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#FF77D1 (or 0xFF77D1) is known color: Neon Pink. HEX triplet: FF, 77 and D1. RGB value is (255,119,209). Sum of RGB (Red+Green+Blue) = 255+119+209=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 119 (46.88% from 255 or 20.41% from 583); Blue value is 209 (82.03% from 255 or 35.85% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FF77D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF77D1 is #00882E. Grayscale: #A9A9A9. Windows color (decimal): -34863 or 13727743. OLE color: 13727743.

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

Color convert

RGB 255 119 209 -
CMYK 0 0.53 0.18 0
HSL 320.29º 1% 0.73% -
HSV(B) 320.29º 0.53% 1% -
XYZ 59.35 39.06 64.73 -
YUV 169.92 150.06 188.68 -
System Red Green Blue C M Y K H S L
Decimal 255 119 209 0 0.53 0.18 0 320.29 1 0.73
Hex FF 77 D1 0 35 12 0 140 64 49
Octal 377 167 321 0 65 22 0 500 144 111
Binary 11111111 1110111 11010001 0 110101 10010 0 101000000 1100100 1001001

Color Harmonies of #FF77D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF77D1

Black with #FF77D1

Text Example


Text Example

White with #FF77D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF77D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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