#f365c8

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

Shades of Neon Pink #F365C8

Tints of Neon Pink #F365C8

Color information

#F365C8 (or 0xF365C8) is unknown color: approx Neon Pink. HEX triplet: F3, 65 and C8. RGB value is (243,101,200). Sum of RGB (Red+Green+Blue) = 243+101+200=544 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.67% from 544); Green value is 101 (39.84% from 255 or 18.57% from 544); Blue value is 200 (78.52% from 255 or 36.76% from 544); Max value from RGB is 243 - color contains mainly: red. Hex color #F365C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F365C8 is #0C9A37. Grayscale: #9A9A9A. Windows color (decimal): -825912 or 13133299. OLE color: 13133299.

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

Color convert

RGB243101200-
CMYK00.580.180.05
HSL318.17º85.54%67.45%-
HSV(B)318.17º58.44%95.29%-
XYZ52.0432.5358.18-
YUV154.74153.54190.95-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 44.67%
GREEN value IS 101 (39.84% from 255) = 18.57%
BLUE value IS 200 (78.52% from 255) = 36.76%
R=44.67%
G=18.57%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24310120000.580.180.05318.1785.5467.45
HexF365C803A12513e5643
Octal363145310072225476126103
Binary1111001111001011100100001110101001010110011111010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f365c8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f365c8; }

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

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

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

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

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

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

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

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