#FB65BE

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

Shades of Neon Pink #FB65BE

Tints of Neon Pink #FB65BE

Color information

#FB65BE (or 0xFB65BE) is unknown color: approx Neon Pink. HEX triplet: FB, 65 and BE. RGB value is (251,101,190). Sum of RGB (Red+Green+Blue) = 251+101+190=542 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.31% from 542); Green value is 101 (39.84% from 255 or 18.63% from 542); Blue value is 190 (74.61% from 255 or 35.06% from 542); Max value from RGB is 251 - color contains mainly: red. Hex color #FB65BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB65BE is #049A41. Grayscale: #9B9B9B. Windows color (decimal): -301634 or 12477947. OLE color: 12477947.

HSL color Cylindrical-coordinate representation of color #FB65BE: hue angle of 324.4º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FB65BE is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB251101190-
CMYK00.600.240.02
HSL324.4º94.94%69.02%-
HSV(B)324.4º59.76%98.43%-
XYZ53.7333.5352.36-
YUV156147.2195.76-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.31%
GREEN value IS 101 (39.84% from 255) = 18.63%
BLUE value IS 190 (74.61% from 255) = 35.06%
R=46.31%
G=18.63%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25110119000.600.240.02324.494.9469.02
HexFB65BE03C1821445f45
Octal373145276074302504137105
Binary111110111100101101111100111100110001010100010010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB65BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB65BE; }

 p { color: rgb(251,101,190); }

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

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

 a { background-color: rgb(251,101,190); }

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

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

 span { border-color: rgb(251,101,190); }

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