#F467CA

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

Shades of Neon Pink #F467CA

Tints of Neon Pink #F467CA

Color information

#F467CA (or 0xF467CA) is unknown color: approx Neon Pink. HEX triplet: F4, 67 and CA. RGB value is (244,103,202). Sum of RGB (Red+Green+Blue) = 244+103+202=549 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.44% from 549); Green value is 103 (40.62% from 255 or 18.76% from 549); Blue value is 202 (79.30% from 255 or 36.79% from 549); Max value from RGB is 244 - color contains mainly: red. Hex color #F467CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F467CA is #0B9835. Grayscale: #9C9C9C. Windows color (decimal): -759862 or 13264884. OLE color: 13264884.

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

Color convert

RGB244103202-
CMYK00.580.170.04
HSL317.87º86.5%68.04%-
HSV(B)317.87º57.79%95.69%-
XYZ52.8233.259.5-
YUV156.44153.71190.45-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 44.44%
GREEN value IS 103 (40.62% from 255) = 18.76%
BLUE value IS 202 (79.30% from 255) = 36.79%
R=44.44%
G=18.76%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24410320200.580.170.04317.8786.568.04
HexF467CA03A11413e5744
Octal364147312072214476127104
Binary1111010011001111100101001110101000110010011111010101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F467CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F467CA; }

 p { color: rgb(244,103,202); }

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

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

 a { background-color: rgb(244,103,202); }

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

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

 span { border-color: rgb(244,103,202); }

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