#F166CF

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

Shades of Neon Pink #F166CF

Tints of Neon Pink #F166CF

Color information

#F166CF (or 0xF166CF) is unknown color: approx Neon Pink. HEX triplet: F1, 66 and CF. RGB value is (241,102,207). Sum of RGB (Red+Green+Blue) = 241+102+207=550 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.82% from 550); Green value is 102 (40.23% from 255 or 18.55% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 241 - color contains mainly: red. Hex color #F166CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F166CF is #0E9930. Grayscale: #9B9B9B. Windows color (decimal): -956721 or 13592305. OLE color: 13592305.

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

Color convert

RGB241102207-
CMYK00.580.140.05
HSL314.68º83.23%67.25%-
HSV(B)314.68º57.68%94.51%-
XYZ52.2932.7162.59-
YUV155.53157.05188.96-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.82%
GREEN value IS 102 (40.23% from 255) = 18.55%
BLUE value IS 207 (81.25% from 255) = 37.64%
R=43.82%
G=18.55%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110220700.580.140.05314.6883.2367.25
HexF166CF03AE513b5343
Octal361146317072165473123103
Binary111100011100110110011110111010111010110011101110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F166CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F166CF; }

 p { color: rgb(241,102,207); }

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

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

 a { background-color: rgb(241,102,207); }

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

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

 span { border-color: rgb(241,102,207); }

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