Html Css Color HEX #FE59CA Neon Pink

📋 copy color: '#FE59CA'

red 254 ◦ green 89 ◦ blue 202

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

Shades of Neon Pink #FE59CA

Tints of Neon Pink #FE59CA

RGB

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

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

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

R = 46.61%
G = 16.33%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FE59CA (or 0xFE59CA) is known color: Neon Pink. HEX triplet: FE, 59 and CA. RGB value is (254,89,202). Sum of RGB (Red+Green+Blue) = 254+89+202=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 89 (35.16% from 255 or 16.33% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FE59CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE59CA is #01A635. Grayscale: #969696. Windows color (decimal): -108086 or 13261310. OLE color: 13261310.

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

Color convert

RGB 254 89 202 -
CMYK 0 0.65 0.20 0.00
HSL 318.91º 0.99% 0.67% -
HSV(B) 318.91º 0.65% 1% -
XYZ 55.11 32.48 59.24 -
YUV 151.22 156.66 201.31 -
System Red Green Blue C M Y K H S L
Decimal 254 89 202 0 0.65 0.20 0.00 318.91 0.99 0.67
Hex FE 59 CA 0 41 14 0 13F 63 43
Octal 376 131 312 0 101 24 0 477 143 103
Binary 11111110 1011001 11001010 0 1000001 10100 0 100111111 1100011 1000011

Color Harmonies of #FE59CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE59CA

Black with #FE59CA

Text Example


Text Example

White with #FE59CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE59CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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