Html Css Color HEX #FF77D2 Neon Pink

📋 copy color: '#FF77D2'

red 255 ◦ green 119 ◦ blue 210

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

Shades of Neon Pink #FF77D2

Tints of Neon Pink #FF77D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35.96%

R = 43.66%
G = 20.38%
B = 35.96%

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

#FF77D2 (or 0xFF77D2) is known color: Neon Pink. HEX triplet: FF, 77 and D2. RGB value is (255,119,210). Sum of RGB (Red+Green+Blue) = 255+119+210=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 119 (46.88% from 255 or 20.38% from 584); Blue value is 210 (82.42% from 255 or 35.96% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FF77D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF77D2 is #00882D. Grayscale: #A9A9A9. Windows color (decimal): -34862 or 13793279. OLE color: 13793279.

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

Color convert

RGB 255 119 210 -
CMYK 0 0.53 0.18 0
HSL 319.85º 1% 0.73% -
HSV(B) 319.85º 0.53% 1% -
XYZ 59.47 39.11 65.39 -
YUV 170.04 150.56 188.6 -
System Red Green Blue C M Y K H S L
Decimal 255 119 210 0 0.53 0.18 0 319.85 1 0.73
Hex FF 77 D2 0 35 12 0 140 64 49
Octal 377 167 322 0 65 22 0 500 144 111
Binary 11111111 1110111 11010010 0 110101 10010 0 101000000 1100100 1001001

Color Harmonies of #FF77D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF77D2

Black with #FF77D2

Text Example


Text Example

White with #FF77D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF77D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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