Html Css Color HEX #FE59C5 Neon Pink

📋 copy color: '#FE59C5'

red 254 ◦ green 89 ◦ blue 197

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

Shades of Neon Pink #FE59C5

Tints of Neon Pink #FE59C5

RGB

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

 GREEN value IS 89 (35.16% from 255) = 16.48%

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

R = 47.04%
G = 16.48%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FE59C5 (or 0xFE59C5) is known color: Neon Pink. HEX triplet: FE, 59 and C5. RGB value is (254,89,197). Sum of RGB (Red+Green+Blue) = 254+89+197=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 89 (35.16% from 255 or 16.48% from 540); Blue value is 197 (77.34% from 255 or 36.48% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FE59C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE59C5 is #01A63A. Grayscale: #969696. Windows color (decimal): -108091 or 12933630. OLE color: 12933630.

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

Color convert

RGB 254 89 197 -
CMYK 0 0.65 0.22 0.00
HSL 320.73º 0.99% 0.67% -
HSV(B) 320.73º 0.65% 1% -
XYZ 54.52 32.25 56.17 -
YUV 150.65 154.16 201.72 -
System Red Green Blue C M Y K H S L
Decimal 254 89 197 0 0.65 0.22 0.00 320.73 0.99 0.67
Hex FE 59 C5 0 41 16 0 141 63 43
Octal 376 131 305 0 101 26 0 501 143 103
Binary 11111110 1011001 11000101 0 1000001 10110 0 101000001 1100011 1000011

Color Harmonies of #FE59C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE59C5

Black with #FE59C5

Text Example


Text Example

White with #FE59C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE59C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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