Html Css Color HEX #FF64CD Neon Pink

📋 copy color: '#FF64CD'

red 255 ◦ green 100 ◦ blue 205

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

Shades of Neon Pink #FF64CD

Tints of Neon Pink #FF64CD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 17.86%

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

R = 45.54%
G = 17.86%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FF64CD (or 0xFF64CD) is known color: Neon Pink. HEX triplet: FF, 64 and CD. RGB value is (255,100,205). Sum of RGB (Red+Green+Blue) = 255+100+205=560 (74% of max value = 765). Red value is 255 (100% from 255 or 45.54% from 560); Green value is 100 (39.45% from 255 or 17.86% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 255 - color contains mainly: red. Hex color #FF64CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF64CD is #009B32. Grayscale: #9E9E9E. Windows color (decimal): -39731 or 13460735. OLE color: 13460735.

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

Color convert

RGB 255 100 205 -
CMYK 0 0.61 0.20 0
HSL 319.35º 1% 0.7% -
HSV(B) 319.35º 0.61% 1% -
XYZ 56.82 34.78 61.48 -
YUV 158.32 154.35 196.96 -
System Red Green Blue C M Y K H S L
Decimal 255 100 205 0 0.61 0.20 0 319.35 1 0.7
Hex FF 64 CD 0 3D 14 0 13F 64 46
Octal 377 144 315 0 75 24 0 477 144 106
Binary 11111111 1100100 11001101 0 111101 10100 0 100111111 1100100 1000110

Color Harmonies of #FF64CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF64CD

Black with #FF64CD

Text Example


Text Example

White with #FF64CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF64CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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