Html Css Color HEX #FF64CC Neon Pink

📋 copy color: '#FF64CC'

red 255 ◦ green 100 ◦ blue 204

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

Shades of Neon Pink #FF64CC

Tints of Neon Pink #FF64CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.49%

R = 45.62%
G = 17.89%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#FF64CC (or 0xFF64CC) is known color: Neon Pink. HEX triplet: FF, 64 and CC. RGB value is (255,100,204). Sum of RGB (Red+Green+Blue) = 255+100+204=559 (74% of max value = 765). Red value is 255 (100% from 255 or 45.62% from 559); Green value is 100 (39.45% from 255 or 17.89% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 255 - color contains mainly: red. Hex color #FF64CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF64CC is #009B33. Grayscale: #9D9D9D. Windows color (decimal): -39732 or 13395199. OLE color: 13395199.

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

Color convert

RGB 255 100 204 -
CMYK 0 0.61 0.2 0
HSL 319.74º 1% 0.7% -
HSV(B) 319.74º 0.61% 1% -
XYZ 56.7 34.73 60.84 -
YUV 158.2 153.85 197.04 -
System Red Green Blue C M Y K H S L
Decimal 255 100 204 0 0.61 0.2 0 319.74 1 0.7
Hex FF 64 CC 0 3D 14 0 140 64 46
Octal 377 144 314 0 75 24 0 500 144 106
Binary 11111111 1100100 11001100 0 111101 10100 0 101000000 1100100 1000110

Color Harmonies of #FF64CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF64CC

Black with #FF64CC

Text Example


Text Example

White with #FF64CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF64CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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