#F168BE

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

Shades of Neon Pink #F168BE

Tints of Neon Pink #F168BE

Color information

#F168BE (or 0xF168BE) is unknown color: approx Neon Pink. HEX triplet: F1, 68 and BE. RGB value is (241,104,190). Sum of RGB (Red+Green+Blue) = 241+104+190=535 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.05% from 535); Green value is 104 (41.02% from 255 or 19.44% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 241 - color contains mainly: red. Hex color #F168BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F168BE is #0E9741. Grayscale: #9A9A9A. Windows color (decimal): -956226 or 12478705. OLE color: 12478705.

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

Color convert

RGB241104190-
CMYK00.570.210.05
HSL322.34º83.03%67.65%-
HSV(B)322.34º56.85%94.51%-
XYZ50.5232.3252.29-
YUV154.77147.89189.51-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.05%
GREEN value IS 104 (41.02% from 255) = 19.44%
BLUE value IS 190 (74.61% from 255) = 35.51%
R=45.05%
G=19.44%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110419000.570.210.05322.3483.0367.65
HexF168BE0391551425344
Octal361150276071255502123104
Binary1111000111010001011111001110011010110110100001010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F168BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F168BE; }

 p { color: rgb(241,104,190); }

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

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

 a { background-color: rgb(241,104,190); }

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

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

 span { border-color: rgb(241,104,190); }

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