Html Css Color HEX #FE74CB Neon Pink

📋 copy color: '#FE74CB'

red 254 ◦ green 116 ◦ blue 203

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

Shades of Neon Pink #FE74CB

Tints of Neon Pink #FE74CB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.24%

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

R = 44.33%
G = 20.24%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FE74CB (or 0xFE74CB) is known color: Neon Pink. HEX triplet: FE, 74 and CB. RGB value is (254,116,203). Sum of RGB (Red+Green+Blue) = 254+116+203=573 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.33% from 573); Green value is 116 (45.70% from 255 or 20.24% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 254 - color contains mainly: red. Hex color #FE74CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE74CB is #018B34. Grayscale: #A6A6A6. Windows color (decimal): -101173 or 13333758. OLE color: 13333758.

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

Color convert

RGB 254 116 203 -
CMYK 0 0.54 0.20 0.00
HSL 322.17º 0.99% 0.73% -
HSV(B) 322.17º 0.54% 1% -
XYZ 57.9 37.87 60.76 -
YUV 167.18 148.22 189.93 -
System Red Green Blue C M Y K H S L
Decimal 254 116 203 0 0.54 0.20 0.00 322.17 0.99 0.73
Hex FE 74 CB 0 36 14 0 142 63 49
Octal 376 164 313 0 66 24 0 502 143 111
Binary 11111110 1110100 11001011 0 110110 10100 0 101000010 1100011 1001001

Color Harmonies of #FE74CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE74CB

Black with #FE74CB

Text Example


Text Example

White with #FE74CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE74CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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