Html Css Color HEX #FF59CD Neon Pink

📋 copy color: '#FF59CD'

red 255 ◦ green 89 ◦ blue 205

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

Shades of Neon Pink #FF59CD

Tints of Neon Pink #FF59CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.34%

R = 46.45%
G = 16.21%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FF59CD (or 0xFF59CD) is known color: Neon Pink. HEX triplet: FF, 59 and CD. RGB value is (255,89,205). Sum of RGB (Red+Green+Blue) = 255+89+205=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 89 (35.16% from 255 or 16.21% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FF59CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF59CD is #00A632. Grayscale: #979797. Windows color (decimal): -42547 or 13457919. OLE color: 13457919.

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

Color convert

RGB 255 89 205 -
CMYK 0 0.65 0.20 0
HSL 318.07º 1% 0.67% -
HSV(B) 318.07º 0.65% 1% -
XYZ 55.83 32.81 61.15 -
YUV 151.86 158 201.57 -
System Red Green Blue C M Y K H S L
Decimal 255 89 205 0 0.65 0.20 0 318.07 1 0.67
Hex FF 59 CD 0 41 14 0 13E 64 43
Octal 377 131 315 0 101 24 0 476 144 103
Binary 11111111 1011001 11001101 0 1000001 10100 0 100111110 1100100 1000011

Color Harmonies of #FF59CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF59CD

Black with #FF59CD

Text Example


Text Example

White with #FF59CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF59CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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