Html Css Color HEX #FF77C5 Neon Pink

📋 copy color: '#FF77C5'

red 255 ◦ green 119 ◦ blue 197

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

Shades of Neon Pink #FF77C5

Tints of Neon Pink #FF77C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 34.5%

R = 44.66%
G = 20.84%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#FF77C5 (or 0xFF77C5) is known color: Neon Pink. HEX triplet: FF, 77 and C5. RGB value is (255,119,197). Sum of RGB (Red+Green+Blue) = 255+119+197=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 119 (46.88% from 255 or 20.84% from 571); Blue value is 197 (77.34% from 255 or 34.50% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FF77C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF77C5 is #00883A. Grayscale: #A8A8A8. Windows color (decimal): -34875 or 12941311. OLE color: 12941311.

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

Color convert

RGB 255 119 197 -
CMYK 0 0.53 0.23 0
HSL 325.59º 1% 0.73% -
HSV(B) 325.59º 0.53% 1% -
XYZ 57.91 38.48 57.2 -
YUV 168.56 144.06 189.66 -
System Red Green Blue C M Y K H S L
Decimal 255 119 197 0 0.53 0.23 0 325.59 1 0.73
Hex FF 77 C5 0 35 17 0 146 64 49
Octal 377 167 305 0 65 27 0 506 144 111
Binary 11111111 1110111 11000101 0 110101 10111 0 101000110 1100100 1001001

Color Harmonies of #FF77C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF77C5

Black with #FF77C5

Text Example


Text Example

White with #FF77C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF77C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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