#F866BE

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

Shades of Neon Pink #F866BE

Tints of Neon Pink #F866BE

Color information

#F866BE (or 0xF866BE) is unknown color: approx Neon Pink. HEX triplet: F8, 66 and BE. RGB value is (248,102,190). Sum of RGB (Red+Green+Blue) = 248+102+190=540 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.93% from 540); Green value is 102 (40.23% from 255 or 18.89% from 540); Blue value is 190 (74.61% from 255 or 35.19% from 540); Max value from RGB is 248 - color contains mainly: red. Hex color #F866BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F866BE is #079941. Grayscale: #9B9B9B. Windows color (decimal): -497986 or 12478200. OLE color: 12478200.

HSL color Cylindrical-coordinate representation of color #F866BE: hue angle of 323.84º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F866BE is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB248102190-
CMYK00.590.230.03
HSL323.84º91.25%68.63%-
HSV(B)323.84º58.87%97.25%-
XYZ52.7633.1852.34-
YUV155.69147.37193.84-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.93%
GREEN value IS 102 (40.23% from 255) = 18.89%
BLUE value IS 190 (74.61% from 255) = 35.19%
R=45.93%
G=18.89%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24810219000.590.230.03323.8491.2568.63
HexF866BE03B1731445b45
Octal370146276073273504133105
Binary111110001100110101111100111011101111110100010010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F866BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F866BE; }

 p { color: rgb(248,102,190); }

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

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

 a { background-color: rgb(248,102,190); }

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

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

 span { border-color: rgb(248,102,190); }

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