#F366BD

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

Shades of Neon Pink #F366BD

Tints of Neon Pink #F366BD

Color information

#F366BD (or 0xF366BD) is unknown color: approx Neon Pink. HEX triplet: F3, 66 and BD. RGB value is (243,102,189). Sum of RGB (Red+Green+Blue) = 243+102+189=534 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.51% from 534); Green value is 102 (40.23% from 255 or 19.10% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 243 - color contains mainly: red. Hex color #F366BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F366BD is #0C9942. Grayscale: #999999. Windows color (decimal): -825667 or 12412659. OLE color: 12412659.

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

Color convert

RGB243102189-
CMYK00.580.220.05
HSL322.98º85.45%67.65%-
HSV(B)322.98º58.02%95.29%-
XYZ50.932.2351.68-
YUV154.08147.71191.43-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45.51%
GREEN value IS 102 (40.23% from 255) = 19.10%
BLUE value IS 189 (74.22% from 255) = 35.39%
R=45.51%
G=19.10%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24310218900.580.220.05322.9885.4567.65
HexF366BD03A1651435544
Octal363146275072265503125104
Binary1111001111001101011110101110101011010110100001110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F366BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F366BD; }

 p { color: rgb(243,102,189); }

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

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

 a { background-color: rgb(243,102,189); }

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

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

 span { border-color: rgb(243,102,189); }

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