Html Css Color HEX #FE77C6 Neon Pink

📋 copy color: '#FE77C6'

red 254 ◦ green 119 ◦ blue 198

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

Shades of Neon Pink #FE77C6

Tints of Neon Pink #FE77C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 34.68%

R = 44.48%
G = 20.84%
B = 34.68%

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

#FE77C6 (or 0xFE77C6) is known color: Neon Pink. HEX triplet: FE, 77 and C6. RGB value is (254,119,198). Sum of RGB (Red+Green+Blue) = 254+119+198=571 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.48% from 571); Green value is 119 (46.88% from 255 or 20.84% from 571); Blue value is 198 (77.73% from 255 or 34.68% from 571); Max value from RGB is 254 - color contains mainly: red. Hex color #FE77C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE77C6 is #018839. Grayscale: #A8A8A8. Windows color (decimal): -100410 or 13006846. OLE color: 13006846.

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

Color convert

RGB 254 119 198 -
CMYK 0 0.53 0.22 0.00
HSL 324.89º 0.99% 0.73% -
HSV(B) 324.89º 0.53% 1% -
XYZ 57.66 38.34 57.79 -
YUV 168.37 144.73 189.08 -
System Red Green Blue C M Y K H S L
Decimal 254 119 198 0 0.53 0.22 0.00 324.89 0.99 0.73
Hex FE 77 C6 0 35 16 0 145 63 49
Octal 376 167 306 0 65 26 0 505 143 111
Binary 11111110 1110111 11000110 0 110101 10110 0 101000101 1100011 1001001

Color Harmonies of #FE77C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE77C6

Black with #FE77C6

Text Example


Text Example

White with #FE77C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE77C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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