#FF64CF

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

Shades of Neon Pink #FF64CF

Tints of Neon Pink #FF64CF

Color information

#FF64CF (or 0xFF64CF) is unknown color: approx Neon Pink. HEX triplet: FF, 64 and CF. RGB value is (255,100,207). Sum of RGB (Red+Green+Blue) = 255+100+207=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 100 (39.45% from 255 or 17.79% from 562); Blue value is 207 (81.25% from 255 or 36.83% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FF64CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF64CF is #009B30. Grayscale: #9E9E9E. Windows color (decimal): -39729 or 13591807. OLE color: 13591807.

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

Color convert

RGB255100207-
CMYK00.610.190
HSL318.58º100%69.61%-
HSV(B)318.58º60.78%100%-
XYZ57.0634.8862.76-
YUV158.54155.35196.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.37%
GREEN value IS 100 (39.45% from 255) = 17.79%
BLUE value IS 207 (81.25% from 255) = 36.83%
R=45.37%
G=17.79%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510020700.610.190318.5810069.61
HexFF64CF03D13013f6446
Octal377144317075230477144106
Binary11111111110010011001111011110110011010011111111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF64CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF64CF; }

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

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

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

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

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

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

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

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