#F064C5

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

Shades of Neon Pink #F064C5

Tints of Neon Pink #F064C5

Color information

#F064C5 (or 0xF064C5) is unknown color: approx Neon Pink. HEX triplet: F0, 64 and C5. RGB value is (240,100,197). Sum of RGB (Red+Green+Blue) = 240+100+197=537 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.69% from 537); Green value is 100 (39.45% from 255 or 18.62% from 537); Blue value is 197 (77.34% from 255 or 36.69% from 537); Max value from RGB is 240 - color contains mainly: red. Hex color #F064C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F064C5 is #0F9B3A. Grayscale: #989898. Windows color (decimal): -1022779 or 12936432. OLE color: 12936432.

HSL color Cylindrical-coordinate representation of color #F064C5: hue angle of 318.43º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F064C5 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB240100197-
CMYK00.580.180.06
HSL318.43º82.35%66.67%-
HSV(B)318.43º58.33%94.12%-
XYZ50.5731.6756.27-
YUV152.92152.88190.11-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.69%
GREEN value IS 100 (39.45% from 255) = 18.62%
BLUE value IS 197 (77.34% from 255) = 36.69%
R=44.69%
G=18.62%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24010019700.580.180.06318.4382.3566.67
HexF064C503A12613e5243
Octal360144305072226476122103
Binary1111000011001001100010101110101001011010011111010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F064C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F064C5; }

 p { color: rgb(240,100,197); }

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

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

 a { background-color: rgb(240,100,197); }

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

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

 span { border-color: rgb(240,100,197); }

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