#F366C0

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

Shades of Neon Pink #F366C0

Tints of Neon Pink #F366C0

Color information

#F366C0 (or 0xF366C0) is unknown color: approx Neon Pink. HEX triplet: F3, 66 and C0. RGB value is (243,102,192). Sum of RGB (Red+Green+Blue) = 243+102+192=537 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.25% from 537); Green value is 102 (40.23% from 255 or 18.99% from 537); Blue value is 192 (75.39% from 255 or 35.75% from 537); Max value from RGB is 243 - color contains mainly: red. Hex color #F366C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F366C0 is #0C993F. Grayscale: #9A9A9A. Windows color (decimal): -825664 or 12609267. OLE color: 12609267.

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

Color convert

RGB243102192-
CMYK00.580.210.05
HSL321.7º85.45%67.65%-
HSV(B)321.7º58.02%95.29%-
XYZ51.2332.3653.42-
YUV154.42149.21191.18-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45.25%
GREEN value IS 102 (40.23% from 255) = 18.99%
BLUE value IS 192 (75.39% from 255) = 35.75%
R=45.25%
G=18.99%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24310219200.580.210.05321.785.4567.65
HexF366C003A1551425544
Octal363146300072255502125104
Binary1111001111001101100000001110101010110110100001010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F366C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F366C0; }

 p { color: rgb(243,102,192); }

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

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

 a { background-color: rgb(243,102,192); }

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

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

 span { border-color: rgb(243,102,192); }

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