Html Css Color HEX #FE77CB Neon Pink

📋 copy color: '#FE77CB'

red 254 ◦ green 119 ◦ blue 203

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

Shades of Neon Pink #FE77CB

Tints of Neon Pink #FE77CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.24%

R = 44.1%
G = 20.66%
B = 35.24%

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

#FE77CB (or 0xFE77CB) is known color: Neon Pink. HEX triplet: FE, 77 and CB. RGB value is (254,119,203). Sum of RGB (Red+Green+Blue) = 254+119+203=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 119 (46.88% from 255 or 20.66% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FE77CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE77CB is #018834. Grayscale: #A8A8A8. Windows color (decimal): -100405 or 13334526. OLE color: 13334526.

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

Color convert

RGB 254 119 203 -
CMYK 0 0.53 0.20 0.00
HSL 322.67º 0.99% 0.73% -
HSV(B) 322.67º 0.53% 1% -
XYZ 58.25 38.58 60.88 -
YUV 168.94 147.23 188.67 -
System Red Green Blue C M Y K H S L
Decimal 254 119 203 0 0.53 0.20 0.00 322.67 0.99 0.73
Hex FE 77 CB 0 35 14 0 143 63 49
Octal 376 167 313 0 65 24 0 503 143 111
Binary 11111110 1110111 11001011 0 110101 10100 0 101000011 1100011 1001001

Color Harmonies of #FE77CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE77CB

Black with #FE77CB

Text Example


Text Example

White with #FE77CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE77CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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