#FB6DC5

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

Shades of Neon Pink #FB6DC5

Tints of Neon Pink #FB6DC5

Color information

#FB6DC5 (or 0xFB6DC5) is unknown color: approx Neon Pink. HEX triplet: FB, 6D and C5. RGB value is (251,109,197). Sum of RGB (Red+Green+Blue) = 251+109+197=557 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.06% from 557); Green value is 109 (42.97% from 255 or 19.57% from 557); Blue value is 197 (77.34% from 255 or 35.37% from 557); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6DC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB6DC5 is #04923A. Grayscale: #A1A1A1. Windows color (decimal): -299579 or 12938747. OLE color: 12938747.

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

Color convert

RGB251109197-
CMYK00.570.220.02
HSL322.82º94.67%70.59%-
HSV(B)322.82º56.57%98.43%-
XYZ55.3335.4856.75-
YUV161.49148.04191.84-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 45.06%
GREEN value IS 109 (42.97% from 255) = 19.57%
BLUE value IS 197 (77.34% from 255) = 35.37%
R=45.06%
G=19.57%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25110919700.570.220.02322.8294.6770.59
HexFB6DC50391621435f47
Octal373155305071262503137107
Binary111110111101101110001010111001101101010100001110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB6DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB6DC5; }

 p { color: rgb(251,109,197); }

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

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

 a { background-color: rgb(251,109,197); }

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

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

 span { border-color: rgb(251,109,197); }

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