#F164BD

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

Shades of Neon Pink #F164BD

Tints of Neon Pink #F164BD

Color information

#F164BD (or 0xF164BD) is unknown color: approx Neon Pink. HEX triplet: F1, 64 and BD. RGB value is (241,100,189). Sum of RGB (Red+Green+Blue) = 241+100+189=530 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.47% from 530); Green value is 100 (39.45% from 255 or 18.87% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 241 - color contains mainly: red. Hex color #F164BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F164BD is #0E9B42. Grayscale: #989898. Windows color (decimal): -957251 or 12412145. OLE color: 12412145.

HSL color Cylindrical-coordinate representation of color #F164BD: hue angle of 322.13º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F164BD is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB241100189-
CMYK00.590.220.05
HSL322.13º83.43%66.86%-
HSV(B)322.13º58.51%94.51%-
XYZ50.0231.4951.59-
YUV152.3148.71191.26-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.47%
GREEN value IS 100 (39.45% from 255) = 18.87%
BLUE value IS 189 (74.22% from 255) = 35.66%
R=45.47%
G=18.87%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110018900.590.220.05322.1383.4366.86
HexF164BD03B1651425343
Octal361144275073265502123103
Binary1111000111001001011110101110111011010110100001010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F164BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F164BD; }

 p { color: rgb(241,100,189); }

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

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

 a { background-color: rgb(241,100,189); }

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

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

 span { border-color: rgb(241,100,189); }

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