#F356C6

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

Shades of Neon Pink #F356C6

Tints of Neon Pink #F356C6

Color information

#F356C6 (or 0xF356C6) is unknown color: approx Neon Pink. HEX triplet: F3, 56 and C6. RGB value is (243,86,198). Sum of RGB (Red+Green+Blue) = 243+86+198=527 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.11% from 527); Green value is 86 (33.98% from 255 or 16.32% from 527); Blue value is 198 (77.73% from 255 or 37.57% from 527); Max value from RGB is 243 - color contains mainly: red. Hex color #F356C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F356C6 is #0CA939. Grayscale: #919191. Windows color (decimal): -829754 or 12998387. OLE color: 12998387.

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

Color convert

RGB24386198-
CMYK00.650.190.05
HSL317.2º86.74%64.51%-
HSV(B)317.2º64.61%95.29%-
XYZ50.4829.7956.51-
YUV145.71157.51197.39-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.11%
GREEN value IS 86 (33.98% from 255) = 16.32%
BLUE value IS 198 (77.73% from 255) = 37.57%
R=46.11%
G=16.32%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2438619800.650.190.05317.286.7464.51
HexF356C604113513d5741
Octal3631263060101235475127101
Binary11110011101011011000110010000011001110110011110110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F356C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F356C6; }

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

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

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

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

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

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

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

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