#F464C4

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

Shades of Neon Pink #F464C4

Tints of Neon Pink #F464C4

Color information

#F464C4 (or 0xF464C4) is unknown color: approx Neon Pink. HEX triplet: F4, 64 and C4. RGB value is (244,100,196). Sum of RGB (Red+Green+Blue) = 244+100+196=540 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.19% from 540); Green value is 100 (39.45% from 255 or 18.52% from 540); Blue value is 196 (76.95% from 255 or 36.30% from 540); Max value from RGB is 244 - color contains mainly: red. Hex color #F464C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F464C4 is #0B9B3B. Grayscale: #999999. Windows color (decimal): -760636 or 12870900. OLE color: 12870900.

HSL color Cylindrical-coordinate representation of color #F464C4: hue angle of 320º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F464C4 is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB244100196-
CMYK00.590.200.04
HSL320º86.75%67.45%-
HSV(B)320º59.02%95.69%-
XYZ51.8332.3355.73-
YUV154151.71192.19-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.19%
GREEN value IS 100 (39.45% from 255) = 18.52%
BLUE value IS 196 (76.95% from 255) = 36.30%
R=45.19%
G=18.52%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.20
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24410019600.590.200.0432086.7567.45
HexF464C403B1441405743
Octal364144304073244500127103
Binary1111010011001001100010001110111010010010100000010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F464C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F464C4; }

 p { color: rgb(244,100,196); }

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

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

 a { background-color: rgb(244,100,196); }

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

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

 span { border-color: rgb(244,100,196); }

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