Html Css Color HEX #FE77C5 Neon Pink

📋 copy color: '#FE77C5'

red 254 ◦ green 119 ◦ blue 197

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

Shades of Neon Pink #FE77C5

Tints of Neon Pink #FE77C5

RGB

 RED value IS 254 (99.61% from 255) = 44.56%

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

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

R = 44.56%
G = 20.88%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FE77C5 (or 0xFE77C5) is known color: Neon Pink. HEX triplet: FE, 77 and C5. RGB value is (254,119,197). Sum of RGB (Red+Green+Blue) = 254+119+197=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 119 (46.88% from 255 or 20.88% from 570); Blue value is 197 (77.34% from 255 or 34.56% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FE77C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE77C5 is #01883A. Grayscale: #A8A8A8. Windows color (decimal): -100411 or 12941310. OLE color: 12941310.

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

Color convert

RGB 254 119 197 -
CMYK 0 0.53 0.22 0.00
HSL 325.33º 0.99% 0.73% -
HSV(B) 325.33º 0.53% 1% -
XYZ 57.55 38.3 57.18 -
YUV 168.26 144.23 189.16 -
System Red Green Blue C M Y K H S L
Decimal 254 119 197 0 0.53 0.22 0.00 325.33 0.99 0.73
Hex FE 77 C5 0 35 16 0 145 63 49
Octal 376 167 305 0 65 26 0 505 143 111
Binary 11111110 1110111 11000101 0 110101 10110 0 101000101 1100011 1001001

Color Harmonies of #FE77C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE77C5

Black with #FE77C5

Text Example


Text Example

White with #FE77C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE77C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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