#F366BF

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

Shades of Neon Pink #F366BF

Tints of Neon Pink #F366BF

Color information

#F366BF (or 0xF366BF) is unknown color: approx Neon Pink. HEX triplet: F3, 66 and BF. RGB value is (243,102,191). Sum of RGB (Red+Green+Blue) = 243+102+191=536 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.34% from 536); Green value is 102 (40.23% from 255 or 19.03% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 243 - color contains mainly: red. Hex color #F366BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F366BF is #0C9940. Grayscale: #9A9A9A. Windows color (decimal): -825665 or 12543731. OLE color: 12543731.

HSL color Cylindrical-coordinate representation of color #F366BF: hue angle of 322.13º 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 #F366BF is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB243102191-
CMYK00.580.210.05
HSL322.13º85.45%67.65%-
HSV(B)322.13º58.02%95.29%-
XYZ51.1232.3252.83-
YUV154.3148.71191.26-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45.34%
GREEN value IS 102 (40.23% from 255) = 19.03%
BLUE value IS 191 (75% from 255) = 35.63%
R=45.34%
G=19.03%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24310219100.580.210.05322.1385.4567.65
HexF366BF03A1551425544
Octal363146277072255502125104
Binary1111001111001101011111101110101010110110100001010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F366BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F366BF; }

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

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

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

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

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

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

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

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