#F356BF

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

Shades of Neon Pink #F356BF

Tints of Neon Pink #F356BF

Color information

#F356BF (or 0xF356BF) is unknown color: approx Neon Pink. HEX triplet: F3, 56 and BF. RGB value is (243,86,191). Sum of RGB (Red+Green+Blue) = 243+86+191=520 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.73% from 520); Green value is 86 (33.98% from 255 or 16.54% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 243 - color contains mainly: red. Hex color #F356BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F356BF is #0CA940. Grayscale: #909090. Windows color (decimal): -829761 or 12539635. OLE color: 12539635.

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

Color convert

RGB24386191-
CMYK00.650.210.05
HSL319.87º86.74%64.51%-
HSV(B)319.87º64.61%95.29%-
XYZ49.6929.4752.36-
YUV144.91154.01197.96-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.73%
GREEN value IS 86 (33.98% from 255) = 16.54%
BLUE value IS 191 (75% from 255) = 36.73%
R=46.73%
G=16.54%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2438619100.650.210.05319.8786.7464.51
HexF356BF0411551405741
Octal3631262770101255500127101
Binary11110011101011010111111010000011010110110100000010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F356BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F356BF; }

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

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

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

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

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

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

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

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