Html Css Color HEX #FF59CA Neon Pink

📋 copy color: '#FF59CA'

red 255 ◦ green 89 ◦ blue 202

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

Shades of Neon Pink #FF59CA

Tints of Neon Pink #FF59CA

RGB

 RED value IS 255 (100% from 255) = 46.7%

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

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

R = 46.7%
G = 16.3%
B = 37%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#FF59CA (or 0xFF59CA) is known color: Neon Pink. HEX triplet: FF, 59 and CA. RGB value is (255,89,202). Sum of RGB (Red+Green+Blue) = 255+89+202=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 89 (35.16% from 255 or 16.30% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FF59CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF59CA is #00A635. Grayscale: #979797. Windows color (decimal): -42550 or 13261311. OLE color: 13261311.

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

Color convert

RGB 255 89 202 -
CMYK 0 0.65 0.21 0
HSL 319.16º 1% 0.67% -
HSV(B) 319.16º 0.65% 1% -
XYZ 55.47 32.67 59.26 -
YUV 151.52 156.5 201.81 -
System Red Green Blue C M Y K H S L
Decimal 255 89 202 0 0.65 0.21 0 319.16 1 0.67
Hex FF 59 CA 0 41 15 0 13F 64 43
Octal 377 131 312 0 101 25 0 477 144 103
Binary 11111111 1011001 11001010 0 1000001 10101 0 100111111 1100100 1000011

Color Harmonies of #FF59CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF59CA

Black with #FF59CA

Text Example


Text Example

White with #FF59CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF59CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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