Html Css Color HEX #FE77CA Neon Pink

📋 copy color: '#FE77CA'

red 254 ◦ green 119 ◦ blue 202

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

Shades of Neon Pink #FE77CA

Tints of Neon Pink #FE77CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.13%

R = 44.17%
G = 20.7%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FE77CA (or 0xFE77CA) is known color: Neon Pink. HEX triplet: FE, 77 and CA. RGB value is (254,119,202). Sum of RGB (Red+Green+Blue) = 254+119+202=575 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.17% from 575); Green value is 119 (46.88% from 255 or 20.70% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 254 - color contains mainly: red. Hex color #FE77CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE77CA is #018835. Grayscale: #A8A8A8. Windows color (decimal): -100406 or 13268990. OLE color: 13268990.

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

Color convert

RGB 254 119 202 -
CMYK 0 0.53 0.20 0.00
HSL 323.11º 0.99% 0.73% -
HSV(B) 323.11º 0.53% 1% -
XYZ 58.13 38.53 60.25 -
YUV 168.83 146.73 188.75 -
System Red Green Blue C M Y K H S L
Decimal 254 119 202 0 0.53 0.20 0.00 323.11 0.99 0.73
Hex FE 77 CA 0 35 14 0 143 63 49
Octal 376 167 312 0 65 24 0 503 143 111
Binary 11111110 1110111 11001010 0 110101 10100 0 101000011 1100011 1001001

Color Harmonies of #FE77CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE77CA

Black with #FE77CA

Text Example


Text Example

White with #FE77CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE77CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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