#F368C8

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

Shades of Neon Pink #F368C8

Tints of Neon Pink #F368C8

Color information

#F368C8 (or 0xF368C8) is unknown color: approx Neon Pink. HEX triplet: F3, 68 and C8. RGB value is (243,104,200). Sum of RGB (Red+Green+Blue) = 243+104+200=547 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.42% from 547); Green value is 104 (41.02% from 255 or 19.01% from 547); Blue value is 200 (78.52% from 255 or 36.56% from 547); Max value from RGB is 243 - color contains mainly: red. Hex color #F368C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F368C8 is #0C9737. Grayscale: #9C9C9C. Windows color (decimal): -825144 or 13134067. OLE color: 13134067.

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

Color convert

RGB243104200-
CMYK00.570.180.05
HSL318.56º85.28%68.04%-
HSV(B)318.56º57.2%95.29%-
XYZ52.3433.1358.28-
YUV156.5152.55189.69-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 44.42%
GREEN value IS 104 (41.02% from 255) = 19.01%
BLUE value IS 200 (78.52% from 255) = 36.56%
R=44.42%
G=19.01%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24310420000.570.180.05318.5685.2868.04
HexF368C803912513f5544
Octal363150310071225477125104
Binary1111001111010001100100001110011001010110011111110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F368C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F368C8; }

 p { color: rgb(243,104,200); }

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

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

 a { background-color: rgb(243,104,200); }

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

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

 span { border-color: rgb(243,104,200); }

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