#FB6EC1

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

Shades of Neon Pink #FB6EC1

Tints of Neon Pink #FB6EC1

Color information

#FB6EC1 (or 0xFB6EC1) is unknown color: approx Neon Pink. HEX triplet: FB, 6E and C1. RGB value is (251,110,193). Sum of RGB (Red+Green+Blue) = 251+110+193=554 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.31% from 554); Green value is 110 (43.36% from 255 or 19.86% from 554); Blue value is 193 (75.78% from 255 or 34.84% from 554); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6EC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6EC1 is #04913E. Grayscale: #A1A1A1. Windows color (decimal): -299327 or 12676859. OLE color: 12676859.

HSL color Cylindrical-coordinate representation of color #FB6EC1: hue angle of 324.68º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FB6EC1 is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB251110193-
CMYK00.560.230.02
HSL324.68º94.63%70.78%-
HSV(B)324.68º56.18%98.43%-
XYZ54.9935.5154.41-
YUV161.62145.71191.75-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.31%
GREEN value IS 110 (43.36% from 255) = 19.86%
BLUE value IS 193 (75.78% from 255) = 34.84%
R=45.31%
G=19.86%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25111019300.560.230.02324.6894.6370.78
HexFB6EC10381721455f47
Octal373156301070272505137107
Binary111110111101110110000010111000101111010100010110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB6EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB6EC1; }

 p { color: rgb(251,110,193); }

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

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

 a { background-color: rgb(251,110,193); }

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

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

 span { border-color: rgb(251,110,193); }

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