#F368C4

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

Shades of Neon Pink #F368C4

Tints of Neon Pink #F368C4

Color information

#F368C4 (or 0xF368C4) is unknown color: approx Neon Pink. HEX triplet: F3, 68 and C4. RGB value is (243,104,196). Sum of RGB (Red+Green+Blue) = 243+104+196=543 (71% of max value = 765). Red value is 243 (95.31% from 255 or 44.75% from 543); Green value is 104 (41.02% from 255 or 19.15% from 543); Blue value is 196 (76.95% from 255 or 36.10% from 543); Max value from RGB is 243 - color contains mainly: red. Hex color #F368C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F368C4 is #0C973B. Grayscale: #9B9B9B. Windows color (decimal): -825148 or 12871923. OLE color: 12871923.

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

Color convert

RGB243104196-
CMYK00.570.190.05
HSL320.29º85.28%68.04%-
HSV(B)320.29º57.2%95.29%-
XYZ51.8832.9455.85-
YUV156.05150.55190.02-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 44.75%
GREEN value IS 104 (41.02% from 255) = 19.15%
BLUE value IS 196 (76.95% from 255) = 36.10%
R=44.75%
G=19.15%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24310419600.570.190.05320.2985.2868.04
HexF368C40391351405544
Octal363150304071235500125104
Binary1111001111010001100010001110011001110110100000010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F368C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F368C4; }

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

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

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

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

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

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

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

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