#FF64D3

Color #FF64D3 Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #FF64D3

Tints of Neon Pink #FF64D3

Color information

#FF64D3 (or 0xFF64D3) is unknown color: approx Neon Pink. HEX triplet: FF, 64 and D3. RGB value is (255,100,211). Sum of RGB (Red+Green+Blue) = 255+100+211=566 (74% of max value = 765). Red value is 255 (100% from 255 or 45.05% from 566); Green value is 100 (39.45% from 255 or 17.67% from 566); Blue value is 211 (82.81% from 255 or 37.28% from 566); Max value from RGB is 255 - color contains mainly: red. Hex color #FF64D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF64D3 is #009B2C. Grayscale: #9E9E9E. Windows color (decimal): -39725 or 13853951. OLE color: 13853951.

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

Color convert

RGB255100211-
CMYK00.610.170
HSL317.03º100%69.61%-
HSV(B)317.03º60.78%100%-
XYZ57.5635.0865.37-
YUV159157.35196.47-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.05%
GREEN value IS 100 (39.45% from 255) = 17.67%
BLUE value IS 211 (82.81% from 255) = 37.28%
R=45.05%
G=17.67%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510021100.610.170317.0310069.61
HexFF64D303D11013d6446
Octal377144323075210475144106
Binary11111111110010011010011011110110001010011110111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF64D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF64D3; }

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

 H1.HeaderClassName
 {
   color: #FF64D3;
 }
 .AnyTagClassName
 {
   color: #FF64D3;
 }
</style>
background-color css

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

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

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

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

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

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